#52AF1C

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

Shades of Kelly Green #52AF1C

Tints of Kelly Green #52AF1C

Color information

#52AF1C (or 0x52AF1C) is unknown color: approx Kelly Green. HEX triplet: 52, AF and 1C. RGB value is (82,175,28). Sum of RGB (Red+Green+Blue) = 82+175+28=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF1C is #AD50E3. Grayscale: #828282. Windows color (decimal): -11358436 or 1879890. OLE color: 1879890.

HSL color Cylindrical-coordinate representation of color #52AF1C: hue angle of 97.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52AF1C is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB8217528-
CMYK0.5300.840.31
HSL97.96º72.41%39.8%-
HSV(B)97.96º84%68.63%-
XYZ19.0232.546.38-
YUV130.4470.1993.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 175 (68.75% from 255) = 61.40%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=28.77%
G=61.40%
B=9.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175280.5300.840.3197.9672.4139.8
Hex52AF1C350541F624828
Octal122257346501243714211050
Binary10100101010111111100110101010101001111111000101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,175,28); }

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

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

 a { background-color: rgb(82,175,28); }

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

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

 span { border-color: rgb(82,175,28); }

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