Html Css Color HEX #52A009 Kelly Green

📋 copy color: '#52A009'

red 82 ◦ green 160 ◦ blue 9

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

Shades of Kelly Green #52A009

Tints of Kelly Green #52A009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.59%

R = 32.67%
G = 63.75%
B = 3.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#52A009 (or 0x52A009) is known color: Kelly Green. HEX triplet: 52, A0 and 09. RGB value is (82,160,9). Sum of RGB (Red+Green+Blue) = 82+160+9=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #52A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A009 is #AD5FF6. Grayscale: #777777. Windows color (decimal): -11362295 or 630866. OLE color: 630866.

HSL color Cylindrical-coordinate representation of color #52A009: hue angle of 90.99º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52A009 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 9 -
CMYK 0.49 0 0.94 0.37
HSL 90.99º 0.89% 0.33% -
HSV(B) 90.99º 0.94% 0.63% -
XYZ 16.1 26.96 4.61 -
YUV 119.46 65.66 101.28 -
System Red Green Blue C M Y K H S L
Decimal 82 160 9 0.49 0 0.94 0.37 90.99 0.89 0.33
Hex 52 A0 9 31 0 5E 25 5B 59 21
Octal 122 240 11 61 0 136 45 133 131 41
Binary 1010010 10100000 1001 110001 0 1011110 100101 1011011 1011001 100001

Color Harmonies of #52A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A009

Black with #52A009

Text Example


Text Example

White with #52A009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,9); }

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

background-color css

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

 a { background-color: rgb(82,160,9); }

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

border-color css

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

 span { border-color: rgb(82,160,9); }

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