Shades of Green #095E0D
Tints of Green #095E0D
RGB
CMYK
RGB Variations
Color information
#095E0D (or 0x095E0D) is known color: Green. HEX triplet: 09, 5E and 0D. RGB value is (9,94,13). Sum of RGB (Red+Green+Blue) = 9+94+13=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 94 (37.11% from 255 or 81.03% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 94 - color contains mainly: green. Hex color #095E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E0D is #F6A1F2. Grayscale: #3B3B3B. Windows color (decimal): -16163315 or 876041. OLE color: 876041.
HSL color Cylindrical-coordinate representation of color #095E0D: hue angle of 122.82º 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 #095E0D is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 13 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.63 |
| HSL | 122.82º | 0.83% | 0.2% | - |
| HSV(B) | 122.82º | 0.9% | 0.37% | - |
| XYZ | 4.19 | 8.09 | 1.72 | - |
| YUV | 59.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 13 | 0.90 | 0 | 0.86 | 0.63 | 122.82 | 0.83 | 0.2 |
| Hex | 9 | 5E | D | 5A | 0 | 56 | 3F | 7B | 53 | 14 |
| Octal | 11 | 136 | 15 | 132 | 0 | 126 | 77 | 173 | 123 | 24 |
| Binary | 1001 | 1011110 | 1101 | 1011010 | 0 | 1010110 | 111111 | 1111011 | 1010011 | 10100 |
Color Harmonies of #095E0D
Complementary color
Monochromatic Colors of #095E0D
Black with #095E0D
Text Example
Text Example
White with #095E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E0D; }
p { color: rgb(9,94,13); }
H1.HeaderClassName
{
color: #095E0D;
}
.AnyTagClassName
{
color: #095E0D;
}
</style>
background-color css
<style>
a { background-color: #095E0D; }
a { background-color: rgb(9,94,13); }
div.DivClassName
{
background-color: #095E0D;
}
.BgClassName
{
background-color: #095E0D;
}
</style>
border-color css
<style>
span { border-color: #095E0D; }
span { border-color: rgb(9,94,13); }
td.TdClassName
{
border-color: #095E0D;
}
.TagClassName
{
border-color: #095E0D;
}
</style>