#096a0f

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

Shades of Green #096A0F

Tints of Green #096A0F

Color information

#096A0F (or 0x096A0F) is unknown color: approx Green. HEX triplet: 09, 6A and 0F. RGB value is (9,106,15). Sum of RGB (Red+Green+Blue) = 9+106+15=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #096A0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096A0F is #F695F0. Grayscale: #424242. Windows color (decimal): -16160241 or 1010185. OLE color: 1010185.

HSL color Cylindrical-coordinate representation of color #096A0F: hue angle of 123.71º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A0F is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB910615-
CMYK0.9200.860.58
HSL123.71º84.35%22.55%-
HSV(B)123.71º91.51%41.57%-
XYZ5.3510.42.18-
YUV66.6298.8686.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 106 (41.80% from 255) = 81.54%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=6.92%
G=81.54%
B=11.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9106150.9200.860.58123.7184.3522.55
Hex96AF5C0563A7c5417
Octal111521713401267217412427
Binary1001110101011111011100010101101110101111100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096a0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096a0f; }

 p { color: rgb(9,106,15); }

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

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

 a { background-color: rgb(9,106,15); }

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

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

 span { border-color: rgb(9,106,15); }

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