#52AE10

Color #52AE10 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52AE10

Tints of Kelly Green #52AE10

Color information

#52AE10 (or 0x52AE10) is unknown color: approx Kelly Green. HEX triplet: 52, AE and 10. RGB value is (82,174,16). Sum of RGB (Red+Green+Blue) = 82+174+16=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AE10 is #AD51EF. Grayscale: #818181. Windows color (decimal): -11358704 or 1093202. OLE color: 1093202.

HSL color Cylindrical-coordinate representation of color #52AE10: hue angle of 94.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52AE10 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB8217416-
CMYK0.5300.910.32
HSL94.94º83.16%37.25%-
HSV(B)94.94º90.8%68.24%-
XYZ18.7132.15.7-
YUV128.4864.5294.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 174 (68.36% from 255) = 63.97%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=30.15%
G=63.97%
B=5.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174160.5300.910.3294.9483.1637.25
Hex52AE103505B205f5325
Octal122256206501334013712345
Binary101001010101110100001101010101101110000010111111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,16); }

 H1.HeaderClassName
 {
   color: #52AE10;
 }
 .AnyTagClassName
 {
   color: #52AE10;
 }
</style>
background-color css

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

 a { background-color: rgb(82,174,16); }

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

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

 span { border-color: rgb(82,174,16); }

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