Html Css Color HEX #109014 Forest Green

📋 copy color: '#109014'

red 16 ◦ green 144 ◦ blue 20

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

Shades of Forest Green #109014

Tints of Forest Green #109014

RGB

 RED value IS 16 (6.64% from 255) = 8.89%

 GREEN value IS 144 (56.64% from 255) = 80%

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 8.89%
G = 80%
B = 11.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#109014 (or 0x109014) is known color: Forest Green. HEX triplet: 10, 90 and 14. RGB value is (16,144,20). Sum of RGB (Red+Green+Blue) = 16+144+20=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 144 (56.64% from 255 or 80% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 144 - color contains mainly: green. Hex color #109014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109014 is #EF6FEB. Grayscale: #5B5B5B. Windows color (decimal): -15691756 or 1347600. OLE color: 1347600.

HSL color Cylindrical-coordinate representation of color #109014: hue angle of 121.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109014 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 144 20 -
CMYK 0.89 0 0.86 0.44
HSL 121.88º 0.8% 0.31% -
HSV(B) 121.88º 0.89% 0.56% -
XYZ 10.31 20.11 4 -
YUV 91.59 87.59 74.08 -
System Red Green Blue C M Y K H S L
Decimal 16 144 20 0.89 0 0.86 0.44 121.88 0.8 0.31
Hex 10 90 14 59 0 56 2C 7A 50 1F
Octal 20 220 24 131 0 126 54 172 120 37
Binary 10000 10010000 10100 1011001 0 1010110 101100 1111010 1010000 11111

Color Harmonies of #109014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109014

Black with #109014

Text Example


Text Example

White with #109014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109014; }

 p { color: rgb(16,144,20); }

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

background-color css

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

 a { background-color: rgb(16,144,20); }

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

border-color css

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

 span { border-color: rgb(16,144,20); }

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