Html Css Color HEX #55A00D Limeade

📋 copy color: '#55A00D'

red 85 ◦ green 160 ◦ blue 13

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

Shades of Limeade #55A00D

Tints of Limeade #55A00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 32.95%
G = 62.02%
B = 5.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#55A00D (or 0x55A00D) is known color: Limeade. HEX triplet: 55, A0 and 0D. RGB value is (85,160,13). Sum of RGB (Red+Green+Blue) = 85+160+13=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #55A00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A00D is #AA5FF2. Grayscale: #797979. Windows color (decimal): -11165683 or 893013. OLE color: 893013.

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

Color convert

RGB 85 160 13 -
CMYK 0.47 0 0.92 0.37
HSL 90.61º 0.85% 0.34% -
HSV(B) 90.61º 0.92% 0.63% -
XYZ 16.39 27.1 4.75 -
YUV 120.82 67.15 102.45 -
System Red Green Blue C M Y K H S L
Decimal 85 160 13 0.47 0 0.92 0.37 90.61 0.85 0.34
Hex 55 A0 D 2F 0 5C 25 5B 55 22
Octal 125 240 15 57 0 134 45 133 125 42
Binary 1010101 10100000 1101 101111 0 1011100 100101 1011011 1010101 100010

Color Harmonies of #55A00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A00D

Black with #55A00D

Text Example


Text Example

White with #55A00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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