#168E14

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

Shades of Forest Green #168E14

Tints of Forest Green #168E14

Color information

#168E14 (or 0x168E14) is unknown color: approx Forest Green. HEX triplet: 16, 8E and 14. RGB value is (22,142,20). Sum of RGB (Red+Green+Blue) = 22+142+20=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 142 (55.86% from 255 or 77.17% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 142 - color contains mainly: green. Hex color #168E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168E14 is #E971EB. Grayscale: #5C5C5C. Windows color (decimal): -15299052 or 1347094. OLE color: 1347094.

HSL color Cylindrical-coordinate representation of color #168E14: hue angle of 119.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168E14 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB2214220-
CMYK0.8500.860.44
HSL119.02º75.31%31.76%-
HSV(B)119.02º85.92%55.69%-
XYZ10.1319.573.9-
YUV92.2187.2477.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 142 (55.86% from 255) = 77.17%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=11.96%
G=77.17%
B=10.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22142200.8500.860.44119.0275.3131.76
Hex168E14550562C774b20
Octal262162412501265416711340
Binary10110100011101010010101010101011010110011101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168E14; }

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

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

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

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

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

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

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

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