#14AC39

Color #14AC39 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #14AC39

Tints of Dark Pastel Green #14AC39

Color information

#14AC39 (or 0x14AC39) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AC and 39. RGB value is (20,172,57). Sum of RGB (Red+Green+Blue) = 20+172+57=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 172 (67.58% from 255 or 69.08% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AC39 is #EB53C6. Grayscale: #717171. Windows color (decimal): -15422407 or 3779604. OLE color: 3779604.

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

Color convert

RGB2017257-
CMYK0.8800.670.33
HSL134.61º79.17%37.65%-
HSV(B)134.61º88.37%67.45%-
XYZ15.7829.958.82-
YUV113.4496.1461.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 172 (67.58% from 255) = 69.08%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=8.03%
G=69.08%
B=22.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20172570.8800.670.33134.6179.1737.65
Hex14AC395804321874f26
Octal242547113001034120711746
Binary1010010101100111001101100001000011100001100001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14AC39; }

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

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

<style>
 a { background-color: #14AC39; }

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

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

<style>
 span { border-color: #14AC39; }

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

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