Html Css Color HEX #52AA0E Kelly Green

📋 copy color: '#52AA0E'

red 82 ◦ green 170 ◦ blue 14

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

Shades of Kelly Green #52AA0E

Tints of Kelly Green #52AA0E

RGB

 RED value IS 82 (32.42% from 255) = 30.83%

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

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 30.83%
G = 63.91%
B = 5.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#52AA0E (or 0x52AA0E) is known color: Kelly Green. HEX triplet: 52, AA and 0E. RGB value is (82,170,14). Sum of RGB (Red+Green+Blue) = 82+170+14=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AA0E is #AD55F1. Grayscale: #7E7E7E. Windows color (decimal): -11359730 or 961106. OLE color: 961106.

HSL color Cylindrical-coordinate representation of color #52AA0E: hue angle of 93.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52AA0E is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 14 -
CMYK 0.52 0 0.92 0.33
HSL 93.85º 0.85% 0.36% -
HSV(B) 93.85º 0.92% 0.67% -
XYZ 17.93 30.58 5.37 -
YUV 125.9 64.85 96.68 -
System Red Green Blue C M Y K H S L
Decimal 82 170 14 0.52 0 0.92 0.33 93.85 0.85 0.36
Hex 52 AA E 34 0 5C 21 5E 55 24
Octal 122 252 16 64 0 134 41 136 125 44
Binary 1010010 10101010 1110 110100 0 1011100 100001 1011110 1010101 100100

Color Harmonies of #52AA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA0E

Black with #52AA0E

Text Example


Text Example

White with #52AA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AA0E; }

 p { color: rgb(82,170,14); }

 H1.HeaderClassName
 {
   color: #52AA0E;
 }
 .AnyTagClassName
 {
   color: #52AA0E;
 }
</style>

background-color css

<style>
 a { background-color: #52AA0E; }

 a { background-color: rgb(82,170,14); }

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

border-color css

<style>
 span { border-color: #52AA0E; }

 span { border-color: rgb(82,170,14); }

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