#52AE17

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

Shades of Kelly Green #52AE17

Tints of Kelly Green #52AE17

Color information

#52AE17 (or 0x52AE17) is unknown color: approx Kelly Green. HEX triplet: 52, AE and 17. RGB value is (82,174,23). Sum of RGB (Red+Green+Blue) = 82+174+23=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 174 (68.36% from 255 or 62.37% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AE17 is #AD51E8. Grayscale: #818181. Windows color (decimal): -11358697 or 1551954. OLE color: 1551954.

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

Color convert

RGB8217423-
CMYK0.5300.870.32
HSL96.56º76.65%38.63%-
HSV(B)96.56º86.78%68.24%-
XYZ18.7732.136.02-
YUV129.2868.0294.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 174 (68.36% from 255) = 62.37%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=29.39%
G=62.37%
B=8.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174230.5300.870.3296.5676.6538.63
Hex52AE173505720614d27
Octal122256276501274014111547
Binary101001010101110101111101010101011110000011000011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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