Shades of Green #095C0E
Tints of Green #095C0E
RGB
CMYK
RGB Variations
Color information
#095C0E (or 0x095C0E) is known color: Green. HEX triplet: 09, 5C and 0E. RGB value is (9,92,14). Sum of RGB (Red+Green+Blue) = 9+92+14=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 92 (36.33% from 255 or 80% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 92 - color contains mainly: green. Hex color #095C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C0E is #F6A3F1. Grayscale: #3A3A3A. Windows color (decimal): -16163826 or 941065. OLE color: 941065.
HSL color Cylindrical-coordinate representation of color #095C0E: hue angle of 123.61º 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 #095C0E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 14 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.64 |
| HSL | 123.61º | 0.82% | 0.2% | - |
| HSV(B) | 123.61º | 0.9% | 0.36% | - |
| XYZ | 4.02 | 7.74 | 1.7 | - |
| YUV | 58.29 | 103 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 14 | 0.90 | 0 | 0.85 | 0.64 | 123.61 | 0.82 | 0.2 |
| Hex | 9 | 5C | E | 5A | 0 | 55 | 40 | 7C | 52 | 14 |
| Octal | 11 | 134 | 16 | 132 | 0 | 125 | 100 | 174 | 122 | 24 |
| Binary | 1001 | 1011100 | 1110 | 1011010 | 0 | 1010101 | 1000000 | 1111100 | 1010010 | 10100 |
Color Harmonies of #095C0E
Complementary color
Monochromatic Colors of #095C0E
Black with #095C0E
Text Example
Text Example
White with #095C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C0E; }
p { color: rgb(9,92,14); }
H1.HeaderClassName
{
color: #095C0E;
}
.AnyTagClassName
{
color: #095C0E;
}
</style>
background-color css
<style>
a { background-color: #095C0E; }
a { background-color: rgb(9,92,14); }
div.DivClassName
{
background-color: #095C0E;
}
.BgClassName
{
background-color: #095C0E;
}
</style>
border-color css
<style>
span { border-color: #095C0E; }
span { border-color: rgb(9,92,14); }
td.TdClassName
{
border-color: #095C0E;
}
.TagClassName
{
border-color: #095C0E;
}
</style>