Shades of Green #09850A
Tints of Green #09850A
RGB
CMYK
RGB Variations
Color information
#09850A (or 0x09850A) is known color: Green. HEX triplet: 09, 85 and 0A. RGB value is (9,133,10). Sum of RGB (Red+Green+Blue) = 9+133+10=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #09850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09850A is #F67AF5. Grayscale: #525252. Windows color (decimal): -16153334 or 689417. OLE color: 689417.
HSL color Cylindrical-coordinate representation of color #09850A: hue angle of 120.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09850A is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
RGB | 9 | 133 | 10 | - |
CMYK | 0.93 | 0 | 0.92 | 0.48 |
HSL | 120.48º | 0.87% | 0.28% | - |
HSV(B) | 120.48º | 0.93% | 0.52% | - |
XYZ | 8.55 | 16.86 | 3.09 | - |
YUV | 81.9 | 87.42 | 76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 133 | 10 | 0.93 | 0 | 0.92 | 0.48 | 120.48 | 0.87 | 0.28 |
Hex | 9 | 85 | A | 5D | 0 | 5C | 30 | 78 | 57 | 1C |
Octal | 11 | 205 | 12 | 135 | 0 | 134 | 60 | 170 | 127 | 34 |
Binary | 1001 | 10000101 | 1010 | 1011101 | 0 | 1011100 | 110000 | 1111000 | 1010111 | 11100 |
Color Harmonies of #09850A
Complementary color
Monochromatic Colors of #09850A
Black with #09850A
Text Example
Text Example
White with #09850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09850A; }
p { color: rgb(9,133,10); }
H1.HeaderClassName
{
color: #09850A;
}
.AnyTagClassName
{
color: #09850A;
}
</style>
background-color css
<style>
a { background-color: #09850A; }
a { background-color: rgb(9,133,10); }
div.DivClassName
{
background-color: #09850A;
}
.BgClassName
{
background-color: #09850A;
}
</style>
border-color css
<style>
span { border-color: #09850A; }
span { border-color: rgb(9,133,10); }
td.TdClassName
{
border-color: #09850A;
}
.TagClassName
{
border-color: #09850A;
}
</style>