#168A10

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

Shades of Forest Green #168A10

Tints of Forest Green #168A10

Color information

#168A10 (or 0x168A10) is unknown color: approx Forest Green. HEX triplet: 16, 8A and 10. RGB value is (22,138,16). Sum of RGB (Red+Green+Blue) = 22+138+16=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 138 (54.30% from 255 or 78.41% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 138 - color contains mainly: green. Hex color #168A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168A10 is #E975EF. Grayscale: #595959. Windows color (decimal): -15300080 or 1083926. OLE color: 1083926.

HSL color Cylindrical-coordinate representation of color #168A10: hue angle of 117.05º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #168A10 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB2213816-
CMYK0.8400.880.46
HSL117.05º79.22%30.2%-
HSV(B)117.05º88.41%54.12%-
XYZ9.5118.383.54-
YUV89.4186.5779.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 138 (54.30% from 255) = 78.41%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=12.5%
G=78.41%
B=9.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22138160.8400.880.46117.0579.2230.2
Hex168A10540582E754f1e
Octal262122012401305616511736
Binary1011010001010100001010100010110001011101110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,138,16); }

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

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

 a { background-color: rgb(22,138,16); }

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

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

 span { border-color: rgb(22,138,16); }

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