Shades of Green #0F800A
Tints of Green #0F800A
RGB
CMYK
RGB Variations
Color information
#0F800A (or 0x0F800A) is known color: Green. HEX triplet: 0F, 80 and 0A. RGB value is (15,128,10). Sum of RGB (Red+Green+Blue) = 15+128+10=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 128 (50.39% from 255 or 83.66% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 128 - color contains mainly: green. Hex color #0F800A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F800A is #F07FF5. Grayscale: #515151. Windows color (decimal): -15761398 or 688143. OLE color: 688143.
HSL color Cylindrical-coordinate representation of color #0F800A: hue angle of 117.46º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F800A is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 10 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.50 |
| HSL | 117.46º | 0.86% | 0.27% | - |
| HSV(B) | 117.46º | 0.92% | 0.5% | - |
| XYZ | 7.97 | 15.56 | 2.87 | - |
| YUV | 80.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 10 | 0.88 | 0 | 0.92 | 0.50 | 117.46 | 0.86 | 0.27 |
| Hex | F | 80 | A | 58 | 0 | 5C | 32 | 75 | 56 | 1B |
| Octal | 17 | 200 | 12 | 130 | 0 | 134 | 62 | 165 | 126 | 33 |
| Binary | 1111 | 10000000 | 1010 | 1011000 | 0 | 1011100 | 110010 | 1110101 | 1010110 | 11011 |
Color Harmonies of #0F800A
Complementary color
Monochromatic Colors of #0F800A
Black with #0F800A
Text Example
Text Example
White with #0F800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F800A; }
p { color: rgb(15,128,10); }
H1.HeaderClassName
{
color: #0F800A;
}
.AnyTagClassName
{
color: #0F800A;
}
</style>
background-color css
<style>
a { background-color: #0F800A; }
a { background-color: rgb(15,128,10); }
div.DivClassName
{
background-color: #0F800A;
}
.BgClassName
{
background-color: #0F800A;
}
</style>
border-color css
<style>
span { border-color: #0F800A; }
span { border-color: rgb(15,128,10); }
td.TdClassName
{
border-color: #0F800A;
}
.TagClassName
{
border-color: #0F800A;
}
</style>