#149A21

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

Shades of Forest Green #149A21

Tints of Forest Green #149A21

Color information

#149A21 (or 0x149A21) is unknown color: approx Forest Green. HEX triplet: 14, 9A and 21. RGB value is (20,154,33). Sum of RGB (Red+Green+Blue) = 20+154+33=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 154 (60.55% from 255 or 74.40% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 154 - color contains mainly: green. Hex color #149A21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A21 is #EB65DE. Grayscale: #646464. Windows color (decimal): -15427039 or 2202132. OLE color: 2202132.

HSL color Cylindrical-coordinate representation of color #149A21: hue angle of 125.82º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A21 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB2015433-
CMYK0.8700.790.40
HSL125.82º77.01%34.12%-
HSV(B)125.82º87.01%60.39%-
XYZ12.1223.375.31-
YUV100.1490.1170.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 154 (60.55% from 255) = 74.40%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=9.66%
G=74.40%
B=15.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154330.8700.790.40125.8277.0134.12
Hex149A215704F287e4d22
Octal242324112701175017611542
Binary101001001101010000110101110100111110100011111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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