#14AB36

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

Shades of Dark Pastel Green #14AB36

Tints of Dark Pastel Green #14AB36

Color information

#14AB36 (or 0x14AB36) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AB and 36. RGB value is (20,171,54). Sum of RGB (Red+Green+Blue) = 20+171+54=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB36 is #EB54C9. Grayscale: #707070. Windows color (decimal): -15422666 or 3582740. OLE color: 3582740.

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

Color convert

RGB2017154-
CMYK0.8800.680.33
HSL133.51º79.06%37.45%-
HSV(B)133.51º88.3%67.06%-
XYZ15.5229.548.37-
YUV112.5194.9762.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 171 (67.19% from 255) = 69.80%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=8.16%
G=69.80%
B=22.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171540.8800.680.33133.5179.0637.45
Hex14AB365804421864f25
Octal242536613001044120611745
Binary1010010101011110110101100001000100100001100001101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,171,54); }

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

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

 a { background-color: rgb(20,171,54); }

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

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

 span { border-color: rgb(20,171,54); }

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