Shades of Green #096A18
Tints of Green #096A18
RGB
CMYK
RGB Variations
Color information
#096A18 (or 0x096A18) is known color: Green. HEX triplet: 09, 6A and 18. RGB value is (9,106,24). Sum of RGB (Red+Green+Blue) = 9+106+24=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 106 (41.80% from 255 or 76.26% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 106 - color contains mainly: green. Hex color #096A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096A18 is #F695E7. Grayscale: #434343. Windows color (decimal): -16160232 or 1600009. OLE color: 1600009.
HSL color Cylindrical-coordinate representation of color #096A18: hue angle of 129.28º 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 #096A18 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 24 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.58 |
| HSL | 129.28º | 0.84% | 0.23% | - |
| HSV(B) | 129.28º | 0.92% | 0.42% | - |
| XYZ | 5.43 | 10.43 | 2.59 | - |
| YUV | 67.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 24 | 0.92 | 0 | 0.77 | 0.58 | 129.28 | 0.84 | 0.23 |
| Hex | 9 | 6A | 18 | 5C | 0 | 4D | 3A | 81 | 54 | 17 |
| Octal | 11 | 152 | 30 | 134 | 0 | 115 | 72 | 201 | 124 | 27 |
| Binary | 1001 | 1101010 | 11000 | 1011100 | 0 | 1001101 | 111010 | 10000001 | 1010100 | 10111 |
Color Harmonies of #096A18
Complementary color
Monochromatic Colors of #096A18
Black with #096A18
Text Example
Text Example
White with #096A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A18; }
p { color: rgb(9,106,24); }
H1.HeaderClassName
{
color: #096A18;
}
.AnyTagClassName
{
color: #096A18;
}
</style>
background-color css
<style>
a { background-color: #096A18; }
a { background-color: rgb(9,106,24); }
div.DivClassName
{
background-color: #096A18;
}
.BgClassName
{
background-color: #096A18;
}
</style>
border-color css
<style>
span { border-color: #096A18; }
span { border-color: rgb(9,106,24); }
td.TdClassName
{
border-color: #096A18;
}
.TagClassName
{
border-color: #096A18;
}
</style>