#14AC44

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

Shades of Dark Pastel Green #14AC44

Tints of Dark Pastel Green #14AC44

Color information

#14AC44 (or 0x14AC44) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AC and 44. RGB value is (20,172,68). Sum of RGB (Red+Green+Blue) = 20+172+68=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AC44 is #EB53BB. Grayscale: #727272. Windows color (decimal): -15422396 or 4500500. OLE color: 4500500.

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

Color convert

RGB2017268-
CMYK0.8800.600.33
HSL138.95º79.17%37.65%-
HSV(B)138.95º88.37%67.45%-
XYZ16.0830.0710.43-
YUV114.7101.6460.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.69%
GREEN value IS 172 (67.58% from 255) = 66.15%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=7.69%
G=66.15%
B=26.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20172680.8800.600.33138.9579.1737.65
Hex14AC445803C218b4f26
Octal242541041300744121311746
Binary1010010101100100010010110000111100100001100010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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