Shades of Green #095D04
Tints of Green #095D04
RGB
CMYK
RGB Variations
Color information
#095D04 (or 0x095D04) is known color: Green. HEX triplet: 09, 5D and 04. RGB value is (9,93,4). Sum of RGB (Red+Green+Blue) = 9+93+4=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 93 (36.72% from 255 or 87.74% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 93 - color contains mainly: green. Hex color #095D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D04 is #F6A2FB. Grayscale: #3A3A3A. Windows color (decimal): -16163580 or 285961. OLE color: 285961.
HSL color Cylindrical-coordinate representation of color #095D04: hue angle of 116.63º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095D04 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 4 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.64 |
| HSL | 116.63º | 0.92% | 0.19% | - |
| HSV(B) | 116.63º | 0.96% | 0.36% | - |
| XYZ | 4.05 | 7.9 | 1.43 | - |
| YUV | 57.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 4 | 0.90 | 0 | 0.96 | 0.64 | 116.63 | 0.92 | 0.19 |
| Hex | 9 | 5D | 4 | 5A | 0 | 60 | 40 | 75 | 5C | 13 |
| Octal | 11 | 135 | 4 | 132 | 0 | 140 | 100 | 165 | 134 | 23 |
| Binary | 1001 | 1011101 | 100 | 1011010 | 0 | 1100000 | 1000000 | 1110101 | 1011100 | 10011 |
Color Harmonies of #095D04
Complementary color
Monochromatic Colors of #095D04
Black with #095D04
Text Example
Text Example
White with #095D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D04; }
p { color: rgb(9,93,4); }
H1.HeaderClassName
{
color: #095D04;
}
.AnyTagClassName
{
color: #095D04;
}
</style>
background-color css
<style>
a { background-color: #095D04; }
a { background-color: rgb(9,93,4); }
div.DivClassName
{
background-color: #095D04;
}
.BgClassName
{
background-color: #095D04;
}
</style>
border-color css
<style>
span { border-color: #095D04; }
span { border-color: rgb(9,93,4); }
td.TdClassName
{
border-color: #095D04;
}
.TagClassName
{
border-color: #095D04;
}
</style>