Html Css Color HEX #55AE0C Kelly Green

📋 copy color: '#55AE0C'

red 85 ◦ green 174 ◦ blue 12

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

Shades of Kelly Green #55AE0C

Tints of Kelly Green #55AE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 64.21%

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

R = 31.37%
G = 64.21%
B = 4.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#55AE0C (or 0x55AE0C) is known color: Kelly Green. HEX triplet: 55, AE and 0C. RGB value is (85,174,12). Sum of RGB (Red+Green+Blue) = 85+174+12=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 174 (68.36% from 255 or 64.21% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AE0C is #AA51F3. Grayscale: #818181. Windows color (decimal): -11162100 or 831061. OLE color: 831061.

HSL color Cylindrical-coordinate representation of color #55AE0C: hue angle of 92.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55AE0C is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 174 12 -
CMYK 0.51 0 0.93 0.32
HSL 92.96º 0.87% 0.36% -
HSV(B) 92.96º 0.93% 0.68% -
XYZ 18.95 32.23 5.57 -
YUV 128.92 62.01 96.67 -
System Red Green Blue C M Y K H S L
Decimal 85 174 12 0.51 0 0.93 0.32 92.96 0.87 0.36
Hex 55 AE C 33 0 5D 20 5D 57 24
Octal 125 256 14 63 0 135 40 135 127 44
Binary 1010101 10101110 1100 110011 0 1011101 100000 1011101 1010111 100100

Color Harmonies of #55AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AE0C

Black with #55AE0C

Text Example


Text Example

White with #55AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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