Html Css Color HEX #16950F Forest Green

📋 copy color: '#16950F'

red 22 ◦ green 149 ◦ blue 15

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

Shades of Forest Green #16950F

Tints of Forest Green #16950F

RGB

 RED value IS 22 (8.98% from 255) = 11.83%

 GREEN value IS 149 (58.59% from 255) = 80.11%

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 11.83%
G = 80.11%
B = 8.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#16950F (or 0x16950F) is known color: Forest Green. HEX triplet: 16, 95 and 0F. RGB value is (22,149,15). Sum of RGB (Red+Green+Blue) = 22+149+15=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #16950F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16950F is #E96AF0. Grayscale: #606060. Windows color (decimal): -15297265 or 1021206. OLE color: 1021206.

HSL color Cylindrical-coordinate representation of color #16950F: hue angle of 116.87º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16950F is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 149 15 -
CMYK 0.85 0 0.90 0.42
HSL 116.87º 0.82% 0.32% -
HSV(B) 116.87º 0.9% 0.58% -
XYZ 11.16 21.7 4.05 -
YUV 95.75 82.42 75.4 -
System Red Green Blue C M Y K H S L
Decimal 22 149 15 0.85 0 0.90 0.42 116.87 0.82 0.32
Hex 16 95 F 55 0 5A 2A 75 52 20
Octal 26 225 17 125 0 132 52 165 122 40
Binary 10110 10010101 1111 1010101 0 1011010 101010 1110101 1010010 100000

Color Harmonies of #16950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16950F

Black with #16950F

Text Example


Text Example

White with #16950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16950F; }

 p { color: rgb(22,149,15); }

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

background-color css

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

 a { background-color: rgb(22,149,15); }

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

border-color css

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

 span { border-color: rgb(22,149,15); }

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