#52ab0f

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

Shades of Kelly Green #52AB0F

Tints of Kelly Green #52AB0F

Color information

#52AB0F (or 0x52AB0F) is unknown color: approx Kelly Green. HEX triplet: 52, AB and 0F. RGB value is (82,171,15). Sum of RGB (Red+Green+Blue) = 82+171+15=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AB0F is #AD54F0. Grayscale: #7F7F7F. Windows color (decimal): -11359473 or 1026898. OLE color: 1026898.

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

Color convert

RGB8217115-
CMYK0.5200.910.33
HSL94.23º83.87%36.47%-
HSV(B)94.23º91.23%67.06%-
XYZ18.1330.955.47-
YUV126.665.0196.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 171 (67.19% from 255) = 63.81%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=30.60%
G=63.81%
B=5.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82171150.5200.910.3394.2383.8736.47
Hex52ABF3405B215e5424
Octal122253176401334113612444
Binary10100101010101111111101000101101110000110111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ab0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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