#39AB14

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

Shades of Kelly Green #39AB14

Tints of Kelly Green #39AB14

Color information

#39AB14 (or 0x39AB14) is unknown color: approx Kelly Green. HEX triplet: 39, AB and 14. RGB value is (57,171,20). Sum of RGB (Red+Green+Blue) = 57+171+20=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #39AB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39AB14 is #C654EB. Grayscale: #787878. Windows color (decimal): -12997868 or 1354553. OLE color: 1354553.

HSL color Cylindrical-coordinate representation of color #39AB14: hue angle of 105.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39AB14 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB5717120-
CMYK0.6700.880.33
HSL105.3º79.06%37.45%-
HSV(B)105.3º88.3%67.06%-
XYZ16.3830.055.6-
YUV119.771.7383.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 171 (67.19% from 255) = 68.95%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=22.98%
G=68.95%
B=8.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57171200.6700.880.33105.379.0637.45
Hex39AB144305821694f25
Octal712532410301304115111745
Binary111001101010111010010000110101100010000111010011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39AB14; }

 p { color: rgb(57,171,20); }

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

<style>
 a { background-color: #39AB14; }

 a { background-color: rgb(57,171,20); }

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

<style>
 span { border-color: #39AB14; }

 span { border-color: rgb(57,171,20); }

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