Color Hex Logo

#9af55d Color Hex

#9AF55D
(154,245,93)
0 Favorites   0 Comments

Color spaces of #9af55d

RGB 15424593
HSL0.270.880.66
HSV96°62°96°
CMYK 0.370.000.62   0.04
XYZ47.954672.965221.9121
Yxy72.96520.33570.5108
Hunter Lab85.4197-49.274544.5845
CIE-Lab88.4311-52.087562.8509

#9af55d color RGB value is (154,245,93).

#9af55d hex color red value is 154, green value is 245 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #9af55d hue: 0.27 , saturation: 0.88 and the lightness value of 9af55d is 0.66.

The process color (four color CMYK) of #9af55d color hex is 0.37, 0.00, 0.62, 0.04. Web safe color of #9af55d is #99ff66. Color #9af55d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11110101 01011101
Octal 232 365 135
Decimal 154 245 93
Hex 9A F5 5D

RGB Percentages of Color #9af55d

%31.30
%49.80
%18.90

CMYK Percentages of Color #9af55d

%37
%0
%62
%4

Triadic Colors of #9af55d

#9af55d #5d9af5 #f55d9a

Analogous Colors of #9af55d

#9af55d #5df56c #e6f55d

Monochromatic Colors of #9af55d

#9af55d

Complementary Color

#9af55d #b85df5

#9af55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9af55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9af55d Color CSS Codes

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

#9af55d Text Font Color

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

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


#9af55d Background Color

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

This div background color is #9af55d


#9af55d Border Color

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

This div border color is #9af55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9af55d


Comments

No comments written yet.

Please login to write comment.