Shades of Green #095A05
Tints of Green #095A05
RGB
CMYK
RGB Variations
Color information
#095A05 (or 0x095A05) is known color: Green. HEX triplet: 09, 5A and 05. RGB value is (9,90,5). Sum of RGB (Red+Green+Blue) = 9+90+5=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 90 (35.55% from 255 or 86.54% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 90 - color contains mainly: green. Hex color #095A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A05 is #F6A5FA. Grayscale: #383838. Windows color (decimal): -16164347 or 350729. OLE color: 350729.
HSL color Cylindrical-coordinate representation of color #095A05: hue angle of 117.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A05 is Cyan = 0.9, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 5 | - |
| CMYK | 0.9 | 0 | 0.94 | 0.65 |
| HSL | 117.18º | 0.89% | 0.19% | - |
| HSV(B) | 117.18º | 0.94% | 0.35% | - |
| XYZ | 3.8 | 7.38 | 1.37 | - |
| YUV | 56.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 5 | 0.9 | 0 | 0.94 | 0.65 | 117.18 | 0.89 | 0.19 |
| Hex | 9 | 5A | 5 | 5A | 0 | 5E | 41 | 75 | 59 | 13 |
| Octal | 11 | 132 | 5 | 132 | 0 | 136 | 101 | 165 | 131 | 23 |
| Binary | 1001 | 1011010 | 101 | 1011010 | 0 | 1011110 | 1000001 | 1110101 | 1011001 | 10011 |
Color Harmonies of #095A05
Complementary color
Monochromatic Colors of #095A05
Black with #095A05
Text Example
Text Example
White with #095A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A05; }
p { color: rgb(9,90,5); }
H1.HeaderClassName
{
color: #095A05;
}
.AnyTagClassName
{
color: #095A05;
}
</style>
background-color css
<style>
a { background-color: #095A05; }
a { background-color: rgb(9,90,5); }
div.DivClassName
{
background-color: #095A05;
}
.BgClassName
{
background-color: #095A05;
}
</style>
border-color css
<style>
span { border-color: #095A05; }
span { border-color: rgb(9,90,5); }
td.TdClassName
{
border-color: #095A05;
}
.TagClassName
{
border-color: #095A05;
}
</style>