Shades of Green #095C0A
Tints of Green #095C0A
RGB
CMYK
RGB Variations
Color information
#095C0A (or 0x095C0A) is known color: Green. HEX triplet: 09, 5C and 0A. RGB value is (9,92,10). Sum of RGB (Red+Green+Blue) = 9+92+10=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 92 (36.33% from 255 or 82.88% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 92 - color contains mainly: green. Hex color #095C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C0A is #F6A3F5. Grayscale: #3A3A3A. Windows color (decimal): -16163830 or 678921. OLE color: 678921.
HSL color Cylindrical-coordinate representation of color #095C0A: hue angle of 120.72º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C0A is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 10 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.64 |
| HSL | 120.72º | 0.82% | 0.2% | - |
| HSV(B) | 120.72º | 0.9% | 0.36% | - |
| XYZ | 3.99 | 7.73 | 1.57 | - |
| YUV | 57.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 10 | 0.90 | 0 | 0.89 | 0.64 | 120.72 | 0.82 | 0.2 |
| Hex | 9 | 5C | A | 5A | 0 | 59 | 40 | 79 | 52 | 14 |
| Octal | 11 | 134 | 12 | 132 | 0 | 131 | 100 | 171 | 122 | 24 |
| Binary | 1001 | 1011100 | 1010 | 1011010 | 0 | 1011001 | 1000000 | 1111001 | 1010010 | 10100 |
Color Harmonies of #095C0A
Complementary color
Monochromatic Colors of #095C0A
Black with #095C0A
Text Example
Text Example
White with #095C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C0A; }
p { color: rgb(9,92,10); }
H1.HeaderClassName
{
color: #095C0A;
}
.AnyTagClassName
{
color: #095C0A;
}
</style>
background-color css
<style>
a { background-color: #095C0A; }
a { background-color: rgb(9,92,10); }
div.DivClassName
{
background-color: #095C0A;
}
.BgClassName
{
background-color: #095C0A;
}
</style>
border-color css
<style>
span { border-color: #095C0A; }
span { border-color: rgb(9,92,10); }
td.TdClassName
{
border-color: #095C0A;
}
.TagClassName
{
border-color: #095C0A;
}
</style>