Html Css Color HEX #52A70A Kelly Green

📋 copy color: '#52A70A'

red 82 ◦ green 167 ◦ blue 10

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

Shades of Kelly Green #52A70A

Tints of Kelly Green #52A70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 64.48%

 BLUE value IS 10 (4.3% from 255) = 3.86%

R = 31.66%
G = 64.48%
B = 3.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#52A70A (or 0x52A70A) is known color: Kelly Green. HEX triplet: 52, A7 and 0A. RGB value is (82,167,10). Sum of RGB (Red+Green+Blue) = 82+167+10=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 167 (65.62% from 255 or 64.48% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 167 - color contains mainly: green. Hex color #52A70A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A70A is #AD58F5. Grayscale: #7C7C7C. Windows color (decimal): -11360502 or 698194. OLE color: 698194.

HSL color Cylindrical-coordinate representation of color #52A70A: hue angle of 92.48º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52A70A is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 167 10 -
CMYK 0.51 0 0.94 0.35
HSL 92.48º 0.89% 0.35% -
HSV(B) 92.48º 0.94% 0.65% -
XYZ 17.35 29.45 5.06 -
YUV 123.69 63.84 98.27 -
System Red Green Blue C M Y K H S L
Decimal 82 167 10 0.51 0 0.94 0.35 92.48 0.89 0.35
Hex 52 A7 A 33 0 5E 23 5C 59 23
Octal 122 247 12 63 0 136 43 134 131 43
Binary 1010010 10100111 1010 110011 0 1011110 100011 1011100 1011001 100011

Color Harmonies of #52A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A70A

Black with #52A70A

Text Example


Text Example

White with #52A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,167,10); }

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

background-color css

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

 a { background-color: rgb(82,167,10); }

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

border-color css

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

 span { border-color: rgb(82,167,10); }

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