#14AB22

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

Shades of Forest Green #14AB22

Tints of Forest Green #14AB22

Color information

#14AB22 (or 0x14AB22) is unknown color: approx Forest Green. HEX triplet: 14, AB and 22. RGB value is (20,171,34). Sum of RGB (Red+Green+Blue) = 20+171+34=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 171 (67.19% from 255 or 76% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB22 is #EB54DD. Grayscale: #6E6E6E. Windows color (decimal): -15422686 or 2272020. OLE color: 2272020.

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

Color convert

RGB2017134-
CMYK0.8800.800.33
HSL125.56º79.06%37.45%-
HSV(B)125.56º88.3%67.06%-
XYZ15.1429.396.39-
YUV110.2384.9763.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 171 (67.19% from 255) = 76%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=8.89%
G=76%
B=15.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171340.8800.800.33125.5679.0637.45
Hex14AB2258050217e4f25
Octal242534213001204117611745
Binary101001010101110001010110000101000010000111111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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