#14AC2A

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

Shades of Dark Pastel Green #14AC2A

Tints of Dark Pastel Green #14AC2A

Color information

#14AC2A (or 0x14AC2A) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AC and 2A. RGB value is (20,172,42). Sum of RGB (Red+Green+Blue) = 20+172+42=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 172 (67.58% from 255 or 73.50% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AC2A is #EB53D5. Grayscale: #707070. Windows color (decimal): -15422422 or 2796564. OLE color: 2796564.

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

Color convert

RGB2017242-
CMYK0.8800.760.33
HSL128.68º79.17%37.65%-
HSV(B)128.68º88.37%67.45%-
XYZ15.4629.827.13-
YUV111.7388.6462.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 172 (67.58% from 255) = 73.50%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=8.55%
G=73.50%
B=17.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20172420.8800.760.33128.6879.1737.65
Hex14AC2A5804C21814f26
Octal242545213001144120111746
Binary1010010101100101010101100001001100100001100000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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