Html Css Color HEX #149116 Forest Green

📋 copy color: '#149116'

red 20 ◦ green 145 ◦ blue 22

#149116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #149116

Tints of Forest Green #149116

RGB

 RED value IS 20 (8.2% from 255) = 10.7%

 GREEN value IS 145 (57.03% from 255) = 77.54%

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 10.7%
G = 77.54%
B = 11.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#149116 (or 0x149116) is known color: Forest Green. HEX triplet: 14, 91 and 16. RGB value is (20,145,22). Sum of RGB (Red+Green+Blue) = 20+145+22=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 145 (57.03% from 255 or 77.54% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 145 - color contains mainly: green. Hex color #149116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149116 is #EB6EE9. Grayscale: #5D5D5D. Windows color (decimal): -15429354 or 1478932. OLE color: 1478932.

HSL color Cylindrical-coordinate representation of color #149116: hue angle of 120.96º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149116 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 22 -
CMYK 0.86 0 0.85 0.43
HSL 120.96º 0.76% 0.32% -
HSV(B) 120.96º 0.86% 0.57% -
XYZ 10.56 20.46 4.15 -
YUV 93.6 87.59 75.5 -
System Red Green Blue C M Y K H S L
Decimal 20 145 22 0.86 0 0.85 0.43 120.96 0.76 0.32
Hex 14 91 16 56 0 55 2B 79 4C 20
Octal 24 221 26 126 0 125 53 171 114 40
Binary 10100 10010001 10110 1010110 0 1010101 101011 1111001 1001100 100000

Color Harmonies of #149116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149116

Black with #149116

Text Example


Text Example

White with #149116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149116; }

 p { color: rgb(20,145,22); }

 H1.HeaderClassName
 {
   color: #149116;
 }
 .AnyTagClassName
 {
   color: #149116;
 }
</style>

background-color css

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

 a { background-color: rgb(20,145,22); }

 div.DivClassName
 {
   background-color: #149116;
 }
 .BgClassName
 {
   background-color: #149116;
 }
</style>

border-color css

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

 span { border-color: rgb(20,145,22); }

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