Shades of Green #095D05
Tints of Green #095D05
RGB
CMYK
RGB Variations
Color information
#095D05 (or 0x095D05) is known color: Green. HEX triplet: 09, 5D and 05. RGB value is (9,93,5). Sum of RGB (Red+Green+Blue) = 9+93+5=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 93 (36.72% from 255 or 86.92% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 93 - color contains mainly: green. Hex color #095D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D05 is #F6A2FA. Grayscale: #3A3A3A. Windows color (decimal): -16163579 or 351497. OLE color: 351497.
HSL color Cylindrical-coordinate representation of color #095D05: hue angle of 117.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095D05 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 5 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.64 |
| HSL | 117.27º | 0.9% | 0.19% | - |
| HSV(B) | 117.27º | 0.95% | 0.36% | - |
| XYZ | 4.05 | 7.9 | 1.45 | - |
| YUV | 57.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 5 | 0.90 | 0 | 0.95 | 0.64 | 117.27 | 0.9 | 0.19 |
| Hex | 9 | 5D | 5 | 5A | 0 | 5F | 40 | 75 | 5A | 13 |
| Octal | 11 | 135 | 5 | 132 | 0 | 137 | 100 | 165 | 132 | 23 |
| Binary | 1001 | 1011101 | 101 | 1011010 | 0 | 1011111 | 1000000 | 1110101 | 1011010 | 10011 |
Color Harmonies of #095D05
Complementary color
Monochromatic Colors of #095D05
Black with #095D05
Text Example
Text Example
White with #095D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D05; }
p { color: rgb(9,93,5); }
H1.HeaderClassName
{
color: #095D05;
}
.AnyTagClassName
{
color: #095D05;
}
</style>
background-color css
<style>
a { background-color: #095D05; }
a { background-color: rgb(9,93,5); }
div.DivClassName
{
background-color: #095D05;
}
.BgClassName
{
background-color: #095D05;
}
</style>
border-color css
<style>
span { border-color: #095D05; }
span { border-color: rgb(9,93,5); }
td.TdClassName
{
border-color: #095D05;
}
.TagClassName
{
border-color: #095D05;
}
</style>