Html Css Color HEX #119814 Forest Green

📋 copy color: '#119814'

red 17 ◦ green 152 ◦ blue 20

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

Shades of Forest Green #119814

Tints of Forest Green #119814

RGB

 RED value IS 17 (7.03% from 255) = 8.99%

 GREEN value IS 152 (59.77% from 255) = 80.42%

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

R = 8.99%
G = 80.42%
B = 10.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#119814 (or 0x119814) is known color: Forest Green. HEX triplet: 11, 98 and 14. RGB value is (17,152,20). Sum of RGB (Red+Green+Blue) = 17+152+20=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #119814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119814 is #EE67EB. Grayscale: #606060. Windows color (decimal): -15624172 or 1349649. OLE color: 1349649.

HSL color Cylindrical-coordinate representation of color #119814: hue angle of 121.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119814 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 20 -
CMYK 0.89 0 0.87 0.40
HSL 121.33º 0.8% 0.33% -
HSV(B) 121.33º 0.89% 0.6% -
XYZ 11.59 22.63 4.42 -
YUV 96.59 84.77 71.23 -
System Red Green Blue C M Y K H S L
Decimal 17 152 20 0.89 0 0.87 0.40 121.33 0.8 0.33
Hex 11 98 14 59 0 57 28 79 50 21
Octal 21 230 24 131 0 127 50 171 120 41
Binary 10001 10011000 10100 1011001 0 1010111 101000 1111001 1010000 100001

Color Harmonies of #119814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119814

Black with #119814

Text Example


Text Example

White with #119814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119814; }

 p { color: rgb(17,152,20); }

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

background-color css

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

 a { background-color: rgb(17,152,20); }

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

border-color css

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

 span { border-color: rgb(17,152,20); }

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