#14AA29

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

Shades of Dark Pastel Green #14AA29

Tints of Dark Pastel Green #14AA29

Color information

#14AA29 (or 0x14AA29) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AA and 29. RGB value is (20,170,41). Sum of RGB (Red+Green+Blue) = 20+170+41=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA29 is #EB55D6. Grayscale: #6E6E6E. Windows color (decimal): -15422935 or 2730516. OLE color: 2730516.

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

Color convert

RGB2017041-
CMYK0.8800.760.33
HSL128.4º78.95%37.25%-
HSV(B)128.4º88.24%66.67%-
XYZ15.0629.066.91-
YUV110.4488.863.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 170 (66.80% from 255) = 73.59%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=8.66%
G=73.59%
B=17.75%

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
Decimal20170410.8800.760.33128.478.9537.25
Hex14AA295804C21804f25
Octal242525113001144120011745
Binary1010010101010101001101100001001100100001100000001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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