#086E16

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

Shades of Green #086E16

Tints of Green #086E16

Color information

#086E16 (or 0x086E16) is unknown color: approx Green. HEX triplet: 08, 6E and 16. RGB value is (8,110,22). Sum of RGB (Red+Green+Blue) = 8+110+22=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 110 (43.36% from 255 or 78.57% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 110 - color contains mainly: green. Hex color #086E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086E16 is #F791E9. Grayscale: #454545. Windows color (decimal): -16224746 or 1469960. OLE color: 1469960.

HSL color Cylindrical-coordinate representation of color #086E16: hue angle of 128.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E16 is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB811022-
CMYK0.9300.80.57
HSL128.24º86.44%23.14%-
HSV(B)128.24º92.73%43.14%-
XYZ5.8211.262.63-
YUV69.47101.2184.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 110 (43.36% from 255) = 78.57%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=5.71%
G=78.57%
B=15.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8110220.9300.80.57128.2486.4423.14
Hex86E165D05039805617
Octal101562613501207120012627
Binary100011011101011010111010101000011100110000000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086E16; }

 p { color: rgb(8,110,22); }

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

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

 a { background-color: rgb(8,110,22); }

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

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

 span { border-color: rgb(8,110,22); }

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