Color Hex Logo

#9afc5e Color Hex

#9AFC5E
(154,252,94)
0 Favorites   0 Comments

Color spaces of #9afc5e

RGB 15425294
HSL0.270.960.68
HSV97°63°99°
CMYK 0.390.000.63   0.01
XYZ50.157277.299022.8663
Yxy77.29900.33370.5142
Hunter Lab87.9198-52.027746.1237
CIE-Lab90.4591-54.825464.6702

#9afc5e color RGB value is (154,252,94).

#9afc5e hex color red value is 154, green value is 252 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9afc5e hue: 0.27 , saturation: 0.96 and the lightness value of 9afc5e is 0.68.

The process color (four color CMYK) of #9afc5e color hex is 0.39, 0.00, 0.63, 0.01. Web safe color of #9afc5e is #99ff66. Color #9afc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111100 01011110
Octal 232 374 136
Decimal 154 252 94
Hex 9A FC 5E

RGB Percentages of Color #9afc5e

%30.80
%50.40
%18.80

CMYK Percentages of Color #9afc5e

%39
%0
%63
%1

Triadic Colors of #9afc5e

#9afc5e #5e9afc #fc5e9a

Analogous Colors of #9afc5e

#9afc5e #5efc71 #e9fc5e

Monochromatic Colors of #9afc5e

#9afc5e

Complementary Color

#9afc5e #c05efc

#9afc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9afc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9afc5e Color CSS Codes

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

#9afc5e Text Font Color

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

This sample text font color is #9afc5e
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.


#9afc5e Background Color

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

This div background color is #9afc5e


#9afc5e Border Color

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

This div border color is #9afc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9afc5e

Related Colors


Comments

No comments written yet.

Please login to write comment.