#14AA30

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

Shades of Dark Pastel Green #14AA30

Tints of Dark Pastel Green #14AA30

Color information

#14AA30 (or 0x14AA30) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AA and 30. RGB value is (20,170,48). Sum of RGB (Red+Green+Blue) = 20+170+48=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA30 is #EB55CF. Grayscale: #6F6F6F. Windows color (decimal): -15422928 or 3189268. OLE color: 3189268.

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

Color convert

RGB2017048-
CMYK0.8800.720.33
HSL131.2º78.95%37.25%-
HSV(B)131.2º88.24%66.67%-
XYZ15.229.117.61-
YUV111.2492.362.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 170 (66.80% from 255) = 71.43%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=8.40%
G=71.43%
B=20.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20170480.8800.720.33131.278.9537.25
Hex14AA305804821834f25
Octal242526013001104120311745
Binary1010010101010110000101100001001000100001100000111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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