#52AE15

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

Shades of Kelly Green #52AE15

Tints of Kelly Green #52AE15

Color information

#52AE15 (or 0x52AE15) is unknown color: approx Kelly Green. HEX triplet: 52, AE and 15. RGB value is (82,174,21). Sum of RGB (Red+Green+Blue) = 82+174+21=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AE15 is #AD51EA. Grayscale: #818181. Windows color (decimal): -11358699 or 1420882. OLE color: 1420882.

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

Color convert

RGB8217421-
CMYK0.5300.880.32
HSL96.08º78.46%38.24%-
HSV(B)96.08º87.93%68.24%-
XYZ18.7532.125.92-
YUV129.0567.0294.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 174 (68.36% from 255) = 62.82%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=29.60%
G=62.82%
B=7.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174210.5300.880.3296.0878.4638.24
Hex52AE153505820604e26
Octal122256256501304014011646
Binary101001010101110101011101010101100010000011000001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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