Html Css Color HEX #52A20E Kelly Green

📋 copy color: '#52A20E'

red 82 ◦ green 162 ◦ blue 14

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

Shades of Kelly Green #52A20E

Tints of Kelly Green #52A20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 62.79%

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

R = 31.78%
G = 62.79%
B = 5.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#52A20E (or 0x52A20E) is known color: Kelly Green. HEX triplet: 52, A2 and 0E. RGB value is (82,162,14). Sum of RGB (Red+Green+Blue) = 82+162+14=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #52A20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A20E is #AD5DF1. Grayscale: #797979. Windows color (decimal): -11361778 or 959058. OLE color: 959058.

HSL color Cylindrical-coordinate representation of color #52A20E: hue angle of 92.43º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52A20E is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 162 14 -
CMYK 0.49 0 0.91 0.36
HSL 92.43º 0.84% 0.35% -
HSV(B) 92.43º 0.91% 0.64% -
XYZ 16.48 27.67 4.89 -
YUV 121.21 67.5 100.03 -
System Red Green Blue C M Y K H S L
Decimal 82 162 14 0.49 0 0.91 0.36 92.43 0.84 0.35
Hex 52 A2 E 31 0 5B 24 5C 54 23
Octal 122 242 16 61 0 133 44 134 124 43
Binary 1010010 10100010 1110 110001 0 1011011 100100 1011100 1010100 100011

Color Harmonies of #52A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A20E

Black with #52A20E

Text Example


Text Example

White with #52A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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