Shades of Green #095E0E
Tints of Green #095E0E
RGB
CMYK
RGB Variations
Color information
#095E0E (or 0x095E0E) is known color: Green. HEX triplet: 09, 5E and 0E. RGB value is (9,94,14). Sum of RGB (Red+Green+Blue) = 9+94+14=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 94 (37.11% from 255 or 80.34% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 94 - color contains mainly: green. Hex color #095E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E0E is #F6A1F1. Grayscale: #3B3B3B. Windows color (decimal): -16163314 or 941577. OLE color: 941577.
HSL color Cylindrical-coordinate representation of color #095E0E: hue angle of 123.53º 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 #095E0E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 14 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.63 |
| HSL | 123.53º | 0.83% | 0.2% | - |
| HSV(B) | 123.53º | 0.9% | 0.37% | - |
| XYZ | 4.19 | 8.1 | 1.76 | - |
| YUV | 59.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 14 | 0.90 | 0 | 0.85 | 0.63 | 123.53 | 0.83 | 0.2 |
| Hex | 9 | 5E | E | 5A | 0 | 55 | 3F | 7C | 53 | 14 |
| Octal | 11 | 136 | 16 | 132 | 0 | 125 | 77 | 174 | 123 | 24 |
| Binary | 1001 | 1011110 | 1110 | 1011010 | 0 | 1010101 | 111111 | 1111100 | 1010011 | 10100 |
Color Harmonies of #095E0E
Complementary color
Monochromatic Colors of #095E0E
Black with #095E0E
Text Example
Text Example
White with #095E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E0E; }
p { color: rgb(9,94,14); }
H1.HeaderClassName
{
color: #095E0E;
}
.AnyTagClassName
{
color: #095E0E;
}
</style>
background-color css
<style>
a { background-color: #095E0E; }
a { background-color: rgb(9,94,14); }
div.DivClassName
{
background-color: #095E0E;
}
.BgClassName
{
background-color: #095E0E;
}
</style>
border-color css
<style>
span { border-color: #095E0E; }
span { border-color: rgb(9,94,14); }
td.TdClassName
{
border-color: #095E0E;
}
.TagClassName
{
border-color: #095E0E;
}
</style>