Shades of Green #095E01
Tints of Green #095E01
RGB
CMYK
RGB Variations
Color information
#095E01 (or 0x095E01) is known color: Green. HEX triplet: 09, 5E and 01. RGB value is (9,94,1). Sum of RGB (Red+Green+Blue) = 9+94+1=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 94 (37.11% from 255 or 90.38% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 94 - color contains mainly: green. Hex color #095E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E01 is #F6A1FE. Grayscale: #3A3A3A. Windows color (decimal): -16163327 or 89609. OLE color: 89609.
HSL color Cylindrical-coordinate representation of color #095E01: hue angle of 114.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #095E01 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.63 |
| HSL | 114.84º | 0.98% | 0.19% | - |
| HSV(B) | 114.84º | 0.99% | 0.37% | - |
| XYZ | 4.12 | 8.07 | 1.37 | - |
| YUV | 57.98 | 95.84 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 1 | 0.90 | 0 | 0.99 | 0.63 | 114.84 | 0.98 | 0.19 |
| Hex | 9 | 5E | 1 | 5A | 0 | 63 | 3F | 73 | 62 | 13 |
| Octal | 11 | 136 | 1 | 132 | 0 | 143 | 77 | 163 | 142 | 23 |
| Binary | 1001 | 1011110 | 1 | 1011010 | 0 | 1100011 | 111111 | 1110011 | 1100010 | 10011 |
Color Harmonies of #095E01
Complementary color
Monochromatic Colors of #095E01
Black with #095E01
Text Example
Text Example
White with #095E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E01; }
p { color: rgb(9,94,1); }
H1.HeaderClassName
{
color: #095E01;
}
.AnyTagClassName
{
color: #095E01;
}
</style>
background-color css
<style>
a { background-color: #095E01; }
a { background-color: rgb(9,94,1); }
div.DivClassName
{
background-color: #095E01;
}
.BgClassName
{
background-color: #095E01;
}
</style>
border-color css
<style>
span { border-color: #095E01; }
span { border-color: rgb(9,94,1); }
td.TdClassName
{
border-color: #095E01;
}
.TagClassName
{
border-color: #095E01;
}
</style>