#52AB0E

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

Shades of Kelly Green #52AB0E

Tints of Kelly Green #52AB0E

Color information

#52AB0E (or 0x52AB0E) is unknown color: approx Kelly Green. HEX triplet: 52, AB and 0E. RGB value is (82,171,14). Sum of RGB (Red+Green+Blue) = 82+171+14=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AB0E is #AD54F1. Grayscale: #7F7F7F. Windows color (decimal): -11359474 or 961362. OLE color: 961362.

HSL color Cylindrical-coordinate representation of color #52AB0E: hue angle of 94.01º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52AB0E is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB8217114-
CMYK0.5200.920.33
HSL94.01º84.86%36.27%-
HSV(B)94.01º91.81%67.06%-
XYZ18.1230.955.43-
YUV126.4964.5196.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 171 (67.19% from 255) = 64.04%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=30.71%
G=64.04%
B=5.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82171140.5200.920.3394.0184.8636.27
Hex52ABE3405C215e5524
Octal122253166401344113612544
Binary10100101010101111101101000101110010000110111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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