#39AA14

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

Shades of Kelly Green #39AA14

Tints of Kelly Green #39AA14

Color information

#39AA14 (or 0x39AA14) is unknown color: approx Kelly Green. HEX triplet: 39, AA and 14. RGB value is (57,170,20). Sum of RGB (Red+Green+Blue) = 57+170+20=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39AA14 is #C655EB. Grayscale: #777777. Windows color (decimal): -12998124 or 1354297. OLE color: 1354297.

HSL color Cylindrical-coordinate representation of color #39AA14: hue angle of 105.2º 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 #39AA14 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB5717020-
CMYK0.6600.880.33
HSL105.2º78.95%37.25%-
HSV(B)105.2º88.24%66.67%-
XYZ16.1929.675.54-
YUV119.1172.0683.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 170 (66.80% from 255) = 68.83%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=23.08%
G=68.83%
B=8.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57170200.6600.880.33105.278.9537.25
Hex39AA144205821694f25
Octal712522410201304115111745
Binary111001101010101010010000100101100010000111010011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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