Shades of Green #095D00
Tints of Green #095D00
RGB
CMYK
RGB Variations
Color information
#095D00 (or 0x095D00) is known color: Green. HEX triplet: 09, 5D and 00. RGB value is (9,93,0). Sum of RGB (Red+Green+Blue) = 9+93+0=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 93 (36.72% from 255 or 91.18% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 93 - color contains mainly: green. Hex color #095D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D00 is #F6A2FF. Grayscale: #393939. Windows color (decimal): -16163584 or 23817. OLE color: 23817.
HSL color Cylindrical-coordinate representation of color #095D00: hue angle of 114.19º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #095D00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.64 |
| HSL | 114.19º | 1% | 0.18% | - |
| HSV(B) | 114.19º | 1% | 0.36% | - |
| XYZ | 4.03 | 7.89 | 1.31 | - |
| YUV | 57.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 0 | 0.90 | 0 | 1 | 0.64 | 114.19 | 1 | 0.18 |
| Hex | 9 | 5D | 0 | 5A | 0 | 64 | 40 | 72 | 64 | 12 |
| Octal | 11 | 135 | 0 | 132 | 0 | 144 | 100 | 162 | 144 | 22 |
| Binary | 1001 | 1011101 | 0 | 1011010 | 0 | 1100100 | 1000000 | 1110010 | 1100100 | 10010 |
Color Harmonies of #095D00
Complementary color
Monochromatic Colors of #095D00
Black with #095D00
Text Example
Text Example
White with #095D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D00; }
p { color: rgb(9,93,0); }
H1.HeaderClassName
{
color: #095D00;
}
.AnyTagClassName
{
color: #095D00;
}
</style>
background-color css
<style>
a { background-color: #095D00; }
a { background-color: rgb(9,93,0); }
div.DivClassName
{
background-color: #095D00;
}
.BgClassName
{
background-color: #095D00;
}
</style>
border-color css
<style>
span { border-color: #095D00; }
span { border-color: rgb(9,93,0); }
td.TdClassName
{
border-color: #095D00;
}
.TagClassName
{
border-color: #095D00;
}
</style>