#169414

Color #169414 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #169414

Tints of Forest Green #169414

Color information

#169414 (or 0x169414) is unknown color: approx Forest Green. HEX triplet: 16, 94 and 14. RGB value is (22,148,20). Sum of RGB (Red+Green+Blue) = 22+148+20=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #169414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #169414 is #E96BEB. Grayscale: #606060. Windows color (decimal): -15297516 or 1348630. OLE color: 1348630.

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

Color convert

RGB2214820-
CMYK0.8500.860.42
HSL119.06º76.19%32.94%-
HSV(B)119.06º86.49%58.04%-
XYZ11.0521.44.21-
YUV95.7385.2675.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 148 (58.20% from 255) = 77.89%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=11.58%
G=77.89%
B=10.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22148200.8500.860.42119.0676.1932.94
Hex169414550562A774c21
Octal262242412501265216711441
Binary10110100101001010010101010101011010101011101111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169414; }

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

 H1.HeaderClassName
 {
   color: #169414;
 }
 .AnyTagClassName
 {
   color: #169414;
 }
</style>
background-color css

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

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

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

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

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

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