Shades of Green #0F810A
Tints of Green #0F810A
RGB
CMYK
RGB Variations
Color information
#0F810A (or 0x0F810A) is known color: Green. HEX triplet: 0F, 81 and 0A. RGB value is (15,129,10). Sum of RGB (Red+Green+Blue) = 15+129+10=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 129 (50.78% from 255 or 83.77% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 129 - color contains mainly: green. Hex color #0F810A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F810A is #F07EF5. Grayscale: #515151. Windows color (decimal): -15761142 or 688399. OLE color: 688399.
HSL color Cylindrical-coordinate representation of color #0F810A: hue angle of 117.48º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F810A is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 10 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.49 |
| HSL | 117.48º | 0.86% | 0.27% | - |
| HSV(B) | 117.48º | 0.92% | 0.51% | - |
| XYZ | 8.1 | 15.82 | 2.91 | - |
| YUV | 81.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 10 | 0.88 | 0 | 0.92 | 0.49 | 117.48 | 0.86 | 0.27 |
| Hex | F | 81 | A | 58 | 0 | 5C | 31 | 75 | 56 | 1B |
| Octal | 17 | 201 | 12 | 130 | 0 | 134 | 61 | 165 | 126 | 33 |
| Binary | 1111 | 10000001 | 1010 | 1011000 | 0 | 1011100 | 110001 | 1110101 | 1010110 | 11011 |
Color Harmonies of #0F810A
Complementary color
Monochromatic Colors of #0F810A
Black with #0F810A
Text Example
Text Example
White with #0F810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F810A; }
p { color: rgb(15,129,10); }
H1.HeaderClassName
{
color: #0F810A;
}
.AnyTagClassName
{
color: #0F810A;
}
</style>
background-color css
<style>
a { background-color: #0F810A; }
a { background-color: rgb(15,129,10); }
div.DivClassName
{
background-color: #0F810A;
}
.BgClassName
{
background-color: #0F810A;
}
</style>
border-color css
<style>
span { border-color: #0F810A; }
span { border-color: rgb(15,129,10); }
td.TdClassName
{
border-color: #0F810A;
}
.TagClassName
{
border-color: #0F810A;
}
</style>