Html Css Color HEX #199F12 Forest Green

📋 copy color: '#199F12'

red 25 ◦ green 159 ◦ blue 18

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

Shades of Forest Green #199F12

Tints of Forest Green #199F12

RGB

 RED value IS 25 (10.16% from 255) = 12.38%

 GREEN value IS 159 (62.5% from 255) = 78.71%

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 12.38%
G = 78.71%
B = 8.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#199F12 (or 0x199F12) is known color: Forest Green. HEX triplet: 19, 9F and 12. RGB value is (25,159,18). Sum of RGB (Red+Green+Blue) = 25+159+18=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 159 (62.5% from 255 or 78.71% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 159 - color contains mainly: green. Hex color #199F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199F12 is #E660ED. Grayscale: #676767. Windows color (decimal): -15098094 or 1220377. OLE color: 1220377.

HSL color Cylindrical-coordinate representation of color #199F12: hue angle of 117.02º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199F12 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 159 18 -
CMYK 0.84 0 0.89 0.38
HSL 117.02º 0.8% 0.35% -
HSV(B) 117.02º 0.89% 0.62% -
XYZ 12.91 25.05 4.73 -
YUV 102.86 80.11 72.46 -
System Red Green Blue C M Y K H S L
Decimal 25 159 18 0.84 0 0.89 0.38 117.02 0.8 0.35
Hex 19 9F 12 54 0 59 26 75 50 23
Octal 31 237 22 124 0 131 46 165 120 43
Binary 11001 10011111 10010 1010100 0 1011001 100110 1110101 1010000 100011

Color Harmonies of #199F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199F12

Black with #199F12

Text Example


Text Example

White with #199F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199F12; }

 p { color: rgb(25,159,18); }

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

background-color css

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

 a { background-color: rgb(25,159,18); }

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

border-color css

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

 span { border-color: rgb(25,159,18); }

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