Html Css Color HEX #52A414 Kelly Green

📋 copy color: '#52A414'

red 82 ◦ green 164 ◦ blue 20

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

Shades of Kelly Green #52A414

Tints of Kelly Green #52A414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 30.83%
G = 61.65%
B = 7.52%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#52A414 (or 0x52A414) is known color: Kelly Green. HEX triplet: 52, A4 and 14. RGB value is (82,164,20). Sum of RGB (Red+Green+Blue) = 82+164+20=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 164 (64.45% from 255 or 61.65% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 164 - color contains mainly: green. Hex color #52A414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A414 is #AD5BEB. Grayscale: #7B7B7B. Windows color (decimal): -11361260 or 1352786. OLE color: 1352786.

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

Color convert

RGB 82 164 20 -
CMYK 0.5 0 0.88 0.36
HSL 94.17º 0.78% 0.36% -
HSV(B) 94.17º 0.88% 0.64% -
XYZ 16.88 28.4 5.25 -
YUV 123.07 69.83 98.71 -
System Red Green Blue C M Y K H S L
Decimal 82 164 20 0.5 0 0.88 0.36 94.17 0.78 0.36
Hex 52 A4 14 32 0 58 24 5E 4E 24
Octal 122 244 24 62 0 130 44 136 116 44
Binary 1010010 10100100 10100 110010 0 1011000 100100 1011110 1001110 100100

Color Harmonies of #52A414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A414

Black with #52A414

Text Example


Text Example

White with #52A414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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