#14A338

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

Shades of Dark Pastel Green #14A338

Tints of Dark Pastel Green #14A338

Color information

#14A338 (or 0x14A338) is unknown color: approx Dark Pastel Green. HEX triplet: 14, A3 and 38. RGB value is (20,163,56). Sum of RGB (Red+Green+Blue) = 20+163+56=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #14A338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A338 is #EB5CC7. Grayscale: #6C6C6C. Windows color (decimal): -15424712 or 3711764. OLE color: 3711764.

HSL color Cylindrical-coordinate representation of color #14A338: hue angle of 135.1º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A338 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB2016356-
CMYK0.8800.660.36
HSL135.1º78.14%35.88%-
HSV(B)135.1º87.73%63.92%-
XYZ14.126.638.14-
YUV108.0498.6265.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 163 (64.06% from 255) = 68.20%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=8.37%
G=68.20%
B=23.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20163560.8800.660.36135.178.1435.88
Hex14A3385804224874e24
Octal242437013001024420711644
Binary1010010100011111000101100001000010100100100001111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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