Html Css Color HEX #55A512 Kelly Green

📋 copy color: '#55A512'

red 85 ◦ green 165 ◦ blue 18

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

Shades of Kelly Green #55A512

Tints of Kelly Green #55A512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 61.57%

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 31.72%
G = 61.57%
B = 6.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#55A512 (or 0x55A512) is known color: Kelly Green. HEX triplet: 55, A5 and 12. RGB value is (85,165,18). Sum of RGB (Red+Green+Blue) = 85+165+18=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 165 (64.84% from 255 or 61.57% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 165 - color contains mainly: green. Hex color #55A512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A512 is #AA5AED. Grayscale: #7C7C7C. Windows color (decimal): -11164398 or 1221973. OLE color: 1221973.

HSL color Cylindrical-coordinate representation of color #55A512: hue angle of 92.65º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55A512 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 165 18 -
CMYK 0.48 0 0.89 0.35
HSL 92.65º 0.8% 0.36% -
HSV(B) 92.65º 0.89% 0.65% -
XYZ 17.31 28.89 5.24 -
YUV 124.32 68 99.95 -
System Red Green Blue C M Y K H S L
Decimal 85 165 18 0.48 0 0.89 0.35 92.65 0.8 0.36
Hex 55 A5 12 30 0 59 23 5D 50 24
Octal 125 245 22 60 0 131 43 135 120 44
Binary 1010101 10100101 10010 110000 0 1011001 100011 1011101 1010000 100100

Color Harmonies of #55A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A512

Black with #55A512

Text Example


Text Example

White with #55A512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,165,18); }

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

background-color css

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

 a { background-color: rgb(85,165,18); }

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

border-color css

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

 span { border-color: rgb(85,165,18); }

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