Html Css Color HEX #55A008 Limeade

📋 copy color: '#55A008'

red 85 ◦ green 160 ◦ blue 8

#55A008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #55A008

Tints of Limeade #55A008

RGB

 RED value IS 85 (33.59% from 255) = 33.6%

 GREEN value IS 160 (62.89% from 255) = 63.24%

 BLUE value IS 8 (3.52% from 255) = 3.16%

R = 33.6%
G = 63.24%
B = 3.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55A008 (or 0x55A008) is known color: Limeade. HEX triplet: 55, A0 and 08. RGB value is (85,160,8). Sum of RGB (Red+Green+Blue) = 85+160+8=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #55A008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A008 is #AA5FF7. Grayscale: #787878. Windows color (decimal): -11165688 or 565333. OLE color: 565333.

HSL color Cylindrical-coordinate representation of color #55A008: hue angle of 89.61º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55A008 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 160 8 -
CMYK 0.47 0 0.95 0.37
HSL 89.61º 0.9% 0.33% -
HSV(B) 89.61º 0.95% 0.63% -
XYZ 16.36 27.09 4.6 -
YUV 120.25 64.65 102.86 -
System Red Green Blue C M Y K H S L
Decimal 85 160 8 0.47 0 0.95 0.37 89.61 0.9 0.33
Hex 55 A0 8 2F 0 5F 25 5A 5A 21
Octal 125 240 10 57 0 137 45 132 132 41
Binary 1010101 10100000 1000 101111 0 1011111 100101 1011010 1011010 100001

Color Harmonies of #55A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A008

Black with #55A008

Text Example


Text Example

White with #55A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A008; }

 p { color: rgb(85,160,8); }

 H1.HeaderClassName
 {
   color: #55A008;
 }
 .AnyTagClassName
 {
   color: #55A008;
 }
</style>

background-color css

<style>
 a { background-color: #55A008; }

 a { background-color: rgb(85,160,8); }

 div.DivClassName
 {
   background-color: #55A008;
 }
 .BgClassName
 {
   background-color: #55A008;
 }
</style>

border-color css

<style>
 span { border-color: #55A008; }

 span { border-color: rgb(85,160,8); }

 td.TdClassName
 {
   border-color: #55A008;
 }
 .TagClassName
 {
   border-color: #55A008;
 }
</style>