#52A60A

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

Shades of Kelly Green #52A60A

Tints of Kelly Green #52A60A

Color information

#52A60A (or 0x52A60A) is unknown color: approx Kelly Green. HEX triplet: 52, A6 and 0A. RGB value is (82,166,10). Sum of RGB (Red+Green+Blue) = 82+166+10=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 166 (65.23% from 255 or 64.34% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 166 - color contains mainly: green. Hex color #52A60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A60A is #AD59F5. Grayscale: #7B7B7B. Windows color (decimal): -11360758 or 697938. OLE color: 697938.

HSL color Cylindrical-coordinate representation of color #52A60A: hue angle of 92.31º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52A60A is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB8216610-
CMYK0.5100.940.35
HSL92.31º88.64%34.51%-
HSV(B)92.31º93.98%65.1%-
XYZ17.1729.095-
YUV123.164.1798.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 166 (65.23% from 255) = 64.34%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=31.78%
G=64.34%
B=3.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82166100.5100.940.3592.3188.6434.51
Hex52A6A3305E235c5923
Octal122246126301364313413143
Binary10100101010011010101100110101111010001110111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,166,10); }

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

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

 a { background-color: rgb(82,166,10); }

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

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

 span { border-color: rgb(82,166,10); }

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