Html Css Color HEX #52A50A Kelly Green

📋 copy color: '#52A50A'

red 82 ◦ green 165 ◦ blue 10

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

Shades of Kelly Green #52A50A

Tints of Kelly Green #52A50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 64.2%

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

R = 31.91%
G = 64.2%
B = 3.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#52A50A (or 0x52A50A) is known color: Kelly Green. HEX triplet: 52, A5 and 0A. RGB value is (82,165,10). Sum of RGB (Red+Green+Blue) = 82+165+10=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #52A50A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A50A is #AD5AF5. Grayscale: #7B7B7B. Windows color (decimal): -11361014 or 697682. OLE color: 697682.

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

Color convert

RGB 82 165 10 -
CMYK 0.50 0 0.94 0.35
HSL 92.13º 0.89% 0.34% -
HSV(B) 92.13º 0.94% 0.65% -
XYZ 16.99 28.73 4.94 -
YUV 122.51 64.5 99.1 -
System Red Green Blue C M Y K H S L
Decimal 82 165 10 0.50 0 0.94 0.35 92.13 0.89 0.34
Hex 52 A5 A 32 0 5E 23 5C 59 22
Octal 122 245 12 62 0 136 43 134 131 42
Binary 1010010 10100101 1010 110010 0 1011110 100011 1011100 1011001 100010

Color Harmonies of #52A50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A50A

Black with #52A50A

Text Example


Text Example

White with #52A50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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