#14AB21

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

Shades of Forest Green #14AB21

Tints of Forest Green #14AB21

Color information

#14AB21 (or 0x14AB21) is unknown color: approx Forest Green. HEX triplet: 14, AB and 21. RGB value is (20,171,33). Sum of RGB (Red+Green+Blue) = 20+171+33=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB21 is #EB54DE. Grayscale: #6E6E6E. Windows color (decimal): -15422687 or 2206484. OLE color: 2206484.

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

Color convert

RGB2017133-
CMYK0.8800.810.33
HSL125.17º79.06%37.45%-
HSV(B)125.17º88.3%67.06%-
XYZ15.1329.386.31-
YUV110.1284.4763.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 171 (67.19% from 255) = 76.34%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=8.93%
G=76.34%
B=14.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171330.8800.810.33125.1779.0637.45
Hex14AB2158051217d4f25
Octal242534113001214117511745
Binary101001010101110000110110000101000110000111111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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