#39A012

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

Shades of Kelly Green #39A012

Tints of Kelly Green #39A012

Color information

#39A012 (or 0x39A012) is unknown color: approx Kelly Green. HEX triplet: 39, A0 and 12. RGB value is (57,160,18). Sum of RGB (Red+Green+Blue) = 57+160+18=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #39A012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39A012 is #C65FED. Grayscale: #717171. Windows color (decimal): -13000686 or 1220665. OLE color: 1220665.

HSL color Cylindrical-coordinate representation of color #39A012: hue angle of 103.52º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39A012 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB5716018-
CMYK0.6400.890.37
HSL103.52º79.78%34.9%-
HSV(B)103.52º88.75%62.75%-
XYZ14.3726.064.84-
YUV113.0274.3888.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 160 (62.89% from 255) = 68.09%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=24.26%
G=68.09%
B=7.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal57160180.6400.890.37103.5279.7834.9
Hex39A0124005925685023
Octal712402210001314515012043
Binary111001101000001001010000000101100110010111010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,160,18); }

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

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

 a { background-color: rgb(57,160,18); }

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

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

 span { border-color: rgb(57,160,18); }

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