#14A038

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

Shades of Dark Pastel Green #14A038

Tints of Dark Pastel Green #14A038

Color information

#14A038 (or 0x14A038) is unknown color: approx Dark Pastel Green. HEX triplet: 14, A0 and 38. RGB value is (20,160,56). Sum of RGB (Red+Green+Blue) = 20+160+56=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #14A038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A038 is #EB5FC7. Grayscale: #6A6A6A. Windows color (decimal): -15425480 or 3710996. OLE color: 3710996.

HSL color Cylindrical-coordinate representation of color #14A038: hue angle of 135.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A038 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB2016056-
CMYK0.8800.650.37
HSL135.43º77.78%35.29%-
HSV(B)135.43º87.5%62.75%-
XYZ13.5725.587.96-
YUV106.2899.6266.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 160 (62.89% from 255) = 67.80%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=8.47%
G=67.80%
B=23.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20160560.8800.650.37135.4377.7835.29
Hex14A0385804125874e23
Octal242407013001014520711643
Binary1010010100000111000101100001000001100101100001111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,160,56); }

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

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

 a { background-color: rgb(20,160,56); }

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

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

 span { border-color: rgb(20,160,56); }

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