Html Css Color HEX #55A10C Limeade

📋 copy color: '#55A10C'

red 85 ◦ green 161 ◦ blue 12

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

Shades of Limeade #55A10C

Tints of Limeade #55A10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 62.4%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 32.95%
G = 62.4%
B = 4.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#55A10C (or 0x55A10C) is known color: Limeade. HEX triplet: 55, A1 and 0C. RGB value is (85,161,12). Sum of RGB (Red+Green+Blue) = 85+161+12=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #55A10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A10C is #AA5EF3. Grayscale: #797979. Windows color (decimal): -11165428 or 827733. OLE color: 827733.

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

Color convert

RGB 85 161 12 -
CMYK 0.47 0 0.93 0.37
HSL 90.6º 0.86% 0.34% -
HSV(B) 90.6º 0.93% 0.63% -
XYZ 16.56 27.45 4.77 -
YUV 121.29 66.32 102.12 -
System Red Green Blue C M Y K H S L
Decimal 85 161 12 0.47 0 0.93 0.37 90.6 0.86 0.34
Hex 55 A1 C 2F 0 5D 25 5B 56 22
Octal 125 241 14 57 0 135 45 133 126 42
Binary 1010101 10100001 1100 101111 0 1011101 100101 1011011 1010110 100010

Color Harmonies of #55A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A10C

Black with #55A10C

Text Example


Text Example

White with #55A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,12); }

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

background-color css

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

 a { background-color: rgb(85,161,12); }

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

border-color css

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

 span { border-color: rgb(85,161,12); }

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