Color Hex Logo

#9abf3c Color Hex

#9ABF3C
(154,191,60)
0 Favorites   0 Comments

Color spaces of #9abf3c

RGB 15419160
HSL0.210.520.49
HSV77°69°75°
CMYK 0.190.000.69   0.25
XYZ32.772844.457911.1289
Yxy44.45790.37090.5031
Hunter Lab66.6768-28.948436.7777
CIE-Lab72.5335-30.996659.1334

#9abf3c color RGB value is (154,191,60).

#9abf3c hex color red value is 154, green value is 191 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #9abf3c hue: 0.21 , saturation: 0.52 and the lightness value of 9abf3c is 0.49.

The process color (four color CMYK) of #9abf3c color hex is 0.19, 0.00, 0.69, 0.25. Web safe color of #9abf3c is #99cc33. Color #9abf3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111111 00111100
Octal 232 277 74
Decimal 154 191 60
Hex 9A BF 3C

RGB Percentages of Color #9abf3c

%38.02
%47.16
%14.81

CMYK Percentages of Color #9abf3c

%19
%0
%69
%25

Triadic Colors of #9abf3c

#9abf3c #3c9abf #bf3c9a

Analogous Colors of #9abf3c

#9abf3c #59bf3c #bfa33c

Monochromatic Colors of #9abf3c

#9abf3c

Complementary Color

#9abf3c #613cbf

#9abf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abf3c Color CSS Codes

.mybgcolor {background-color:#9abf3c; } 
.myforecolor {color:#9abf3c; }
.mybordercolor {border:3px solid #9abf3c; }

#9abf3c Text Font Color

<p style="color:#9abf3c">Text here</p>

This sample text font color is #9abf3c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9abf3c Background Color

<div style="background-color:#9abf3c">
Div content here</div>

This div background color is #9abf3c


#9abf3c Border Color

<div style="border:3px solid #9abf3c">
Div here</div>

This div border color is #9abf3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,191,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9abf3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9abf3c;
  -webkit-box-shadow: 1px 1px 3px 2px #9abf3c;
  box-shadow:         1px 1px 3px 2px #9abf3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,191,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9abf3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9abf3c;
  -webkit-box-shadow: 1px 1px 3px 2px #9abf3c;
  box-shadow:         1px 1px 3px 2px #9abf3c;">
Div content here</div>

This div box has shadow with color #9abf3c


Comments

No comments written yet.

Please login to write comment.