Html Css Color HEX #52A409 Kelly Green

📋 copy color: '#52A409'

red 82 ◦ green 164 ◦ blue 9

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

Shades of Kelly Green #52A409

Tints of Kelly Green #52A409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.31%

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

R = 32.16%
G = 64.31%
B = 3.53%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#52A409 (or 0x52A409) is known color: Kelly Green. HEX triplet: 52, A4 and 09. RGB value is (82,164,9). Sum of RGB (Red+Green+Blue) = 82+164+9=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #52A409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A409 is #AD5BF6. Grayscale: #7A7A7A. Windows color (decimal): -11361271 or 631890. OLE color: 631890.

HSL color Cylindrical-coordinate representation of color #52A409: hue angle of 91.74º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52A409 is Cyan = 0.5, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 9 -
CMYK 0.5 0 0.95 0.36
HSL 91.74º 0.9% 0.34% -
HSV(B) 91.74º 0.95% 0.64% -
XYZ 16.8 28.36 4.85 -
YUV 121.81 64.33 99.6 -
System Red Green Blue C M Y K H S L
Decimal 82 164 9 0.5 0 0.95 0.36 91.74 0.9 0.34
Hex 52 A4 9 32 0 5F 24 5C 5A 22
Octal 122 244 11 62 0 137 44 134 132 42
Binary 1010010 10100100 1001 110010 0 1011111 100100 1011100 1011010 100010

Color Harmonies of #52A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A409

Black with #52A409

Text Example


Text Example

White with #52A409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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