Shades of Green #095E11
Tints of Green #095E11
RGB
CMYK
RGB Variations
Color information
#095E11 (or 0x095E11) is known color: Green. HEX triplet: 09, 5E and 11. RGB value is (9,94,17). Sum of RGB (Red+Green+Blue) = 9+94+17=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 94 (37.11% from 255 or 78.33% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 94 - color contains mainly: green. Hex color #095E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E11 is #F6A1EE. Grayscale: #3C3C3C. Windows color (decimal): -16163311 or 1138185. OLE color: 1138185.
HSL color Cylindrical-coordinate representation of color #095E11: hue angle of 125.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E11 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 17 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.63 |
| HSL | 125.65º | 0.83% | 0.2% | - |
| HSV(B) | 125.65º | 0.9% | 0.37% | - |
| XYZ | 4.22 | 8.1 | 1.87 | - |
| YUV | 59.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 17 | 0.90 | 0 | 0.82 | 0.63 | 125.65 | 0.83 | 0.2 |
| Hex | 9 | 5E | 11 | 5A | 0 | 52 | 3F | 7E | 53 | 14 |
| Octal | 11 | 136 | 21 | 132 | 0 | 122 | 77 | 176 | 123 | 24 |
| Binary | 1001 | 1011110 | 10001 | 1011010 | 0 | 1010010 | 111111 | 1111110 | 1010011 | 10100 |
Color Harmonies of #095E11
Complementary color
Monochromatic Colors of #095E11
Black with #095E11
Text Example
Text Example
White with #095E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E11; }
p { color: rgb(9,94,17); }
H1.HeaderClassName
{
color: #095E11;
}
.AnyTagClassName
{
color: #095E11;
}
</style>
background-color css
<style>
a { background-color: #095E11; }
a { background-color: rgb(9,94,17); }
div.DivClassName
{
background-color: #095E11;
}
.BgClassName
{
background-color: #095E11;
}
</style>
border-color css
<style>
span { border-color: #095E11; }
span { border-color: rgb(9,94,17); }
td.TdClassName
{
border-color: #095E11;
}
.TagClassName
{
border-color: #095E11;
}
</style>