#52ad17

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

Shades of Kelly Green #52AD17

Tints of Kelly Green #52AD17

Color information

#52AD17 (or 0x52AD17) is unknown color: approx Kelly Green. HEX triplet: 52, AD and 17. RGB value is (82,173,23). Sum of RGB (Red+Green+Blue) = 82+173+23=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AD17 is #AD52E8. Grayscale: #818181. Windows color (decimal): -11358953 or 1551698. OLE color: 1551698.

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

Color convert

RGB8217323-
CMYK0.5300.870.32
HSL96.4º76.53%38.43%-
HSV(B)96.4º86.71%67.84%-
XYZ18.5831.745.96-
YUV128.6968.3594.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 173 (67.97% from 255) = 62.23%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=29.50%
G=62.23%
B=8.27%

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
Decimal82173230.5300.870.3296.476.5338.43
Hex52AD173505720604d26
Octal122255276501274014011546
Binary101001010101101101111101010101011110000011000001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ad17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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