#52A40E

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

Shades of Kelly Green #52A40E

Tints of Kelly Green #52A40E

Color information

#52A40E (or 0x52A40E) is unknown color: approx Kelly Green. HEX triplet: 52, A4 and 0E. RGB value is (82,164,14). Sum of RGB (Red+Green+Blue) = 82+164+14=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #52A40E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A40E is #AD5BF1. Grayscale: #7A7A7A. Windows color (decimal): -11361266 or 959570. OLE color: 959570.

HSL color Cylindrical-coordinate representation of color #52A40E: hue angle of 92.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52A40E is Cyan = 0.5, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB8216414-
CMYK0.500.910.36
HSL92.8º84.27%34.9%-
HSV(B)92.8º91.46%64.31%-
XYZ16.8328.385.01-
YUV122.3866.8399.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 164 (64.45% from 255) = 63.08%
BLUE value IS 14 (5.86% from 255) = 5.38%
R=31.54%
G=63.08%
B=5.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82164140.500.910.3692.884.2734.9
Hex52A4E3205B245d5423
Octal122244166201334413512443
Binary10100101010010011101100100101101110010010111011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,14); }

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

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

 a { background-color: rgb(82,164,14); }

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

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

 span { border-color: rgb(82,164,14); }

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