Html Css Color HEX #55AA0B Kelly Green

📋 copy color: '#55AA0B'

red 85 ◦ green 170 ◦ blue 11

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

Shades of Kelly Green #55AA0B

Tints of Kelly Green #55AA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.91%

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 31.95%
G = 63.91%
B = 4.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#55AA0B (or 0x55AA0B) is known color: Kelly Green. HEX triplet: 55, AA and 0B. RGB value is (85,170,11). Sum of RGB (Red+Green+Blue) = 85+170+11=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AA0B is #AA55F4. Grayscale: #7F7F7F. Windows color (decimal): -11163125 or 764501. OLE color: 764501.

HSL color Cylindrical-coordinate representation of color #55AA0B: hue angle of 92.08º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55AA0B is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 11 -
CMYK 0.50 0 0.94 0.33
HSL 92.08º 0.88% 0.35% -
HSV(B) 92.08º 0.94% 0.67% -
XYZ 18.18 30.7 5.28 -
YUV 126.46 62.84 98.43 -
System Red Green Blue C M Y K H S L
Decimal 85 170 11 0.50 0 0.94 0.33 92.08 0.88 0.35
Hex 55 AA B 32 0 5E 21 5C 58 23
Octal 125 252 13 62 0 136 41 134 130 43
Binary 1010101 10101010 1011 110010 0 1011110 100001 1011100 1011000 100011

Color Harmonies of #55AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA0B

Black with #55AA0B

Text Example


Text Example

White with #55AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,170,11); }

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

background-color css

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

 a { background-color: rgb(85,170,11); }

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

border-color css

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

 span { border-color: rgb(85,170,11); }

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