#14A11B

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

Shades of Forest Green #14A11B

Tints of Forest Green #14A11B

Color information

#14A11B (or 0x14A11B) is unknown color: approx Forest Green. HEX triplet: 14, A1 and 1B. RGB value is (20,161,27). Sum of RGB (Red+Green+Blue) = 20+161+27=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #14A11B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A11B is #EB5EE4. Grayscale: #676767. Windows color (decimal): -15425253 or 1810708. OLE color: 1810708.

HSL color Cylindrical-coordinate representation of color #14A11B: hue angle of 122.98º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A11B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB2016127-
CMYK0.8800.830.37
HSL122.98º77.9%35.49%-
HSV(B)122.98º87.58%63.14%-
XYZ13.2325.725.3-
YUV103.5684.7968.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 161 (63.28% from 255) = 77.40%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=9.62%
G=77.40%
B=12.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20161270.8800.830.37122.9877.935.49
Hex14A11B58053257b4e23
Octal242413313001234517311643
Binary10100101000011101110110000101001110010111110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,161,27); }

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

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

 a { background-color: rgb(20,161,27); }

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

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

 span { border-color: rgb(20,161,27); }

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