#149C22

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

Shades of Forest Green #149C22

Tints of Forest Green #149C22

Color information

#149C22 (or 0x149C22) is unknown color: approx Forest Green. HEX triplet: 14, 9C and 22. RGB value is (20,156,34). Sum of RGB (Red+Green+Blue) = 20+156+34=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 156 (61.33% from 255 or 74.29% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 156 - color contains mainly: green. Hex color #149C22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C22 is #EB63DD. Grayscale: #656565. Windows color (decimal): -15426526 or 2268180. OLE color: 2268180.

HSL color Cylindrical-coordinate representation of color #149C22: hue angle of 126.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C22 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB2015634-
CMYK0.8700.780.39
HSL126.18º77.27%34.51%-
HSV(B)126.18º87.18%61.18%-
XYZ12.4724.045.5-
YUV101.4389.9469.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 156 (61.33% from 255) = 74.29%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=9.52%
G=74.29%
B=16.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20156340.8700.780.39126.1877.2734.51
Hex149C225704E277e4d23
Octal242344212701164717611543
Binary101001001110010001010101110100111010011111111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149C22; }

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

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

<style>
 a { background-color: #149C22; }

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

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

<style>
 span { border-color: #149C22; }

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

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