Shades of Green #0F8206
Tints of Green #0F8206
RGB
CMYK
RGB Variations
Color information
#0F8206 (or 0x0F8206) is known color: Green. HEX triplet: 0F, 82 and 06. RGB value is (15,130,6). Sum of RGB (Red+Green+Blue) = 15+130+6=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8206 is #F07DF9. Grayscale: #515151. Windows color (decimal): -15760890 or 426511. OLE color: 426511.
HSL color Cylindrical-coordinate representation of color #0F8206: hue angle of 115.65º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F8206 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 6 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.49 |
| HSL | 115.65º | 0.91% | 0.27% | - |
| HSV(B) | 115.65º | 0.95% | 0.51% | - |
| XYZ | 8.21 | 16.08 | 2.84 | - |
| YUV | 81.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 6 | 0.88 | 0 | 0.95 | 0.49 | 115.65 | 0.91 | 0.27 |
| Hex | F | 82 | 6 | 58 | 0 | 5F | 31 | 74 | 5B | 1B |
| Octal | 17 | 202 | 6 | 130 | 0 | 137 | 61 | 164 | 133 | 33 |
| Binary | 1111 | 10000010 | 110 | 1011000 | 0 | 1011111 | 110001 | 1110100 | 1011011 | 11011 |
Color Harmonies of #0F8206
Complementary color
Monochromatic Colors of #0F8206
Black with #0F8206
Text Example
Text Example
White with #0F8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8206; }
p { color: rgb(15,130,6); }
H1.HeaderClassName
{
color: #0F8206;
}
.AnyTagClassName
{
color: #0F8206;
}
</style>
background-color css
<style>
a { background-color: #0F8206; }
a { background-color: rgb(15,130,6); }
div.DivClassName
{
background-color: #0F8206;
}
.BgClassName
{
background-color: #0F8206;
}
</style>
border-color css
<style>
span { border-color: #0F8206; }
span { border-color: rgb(15,130,6); }
td.TdClassName
{
border-color: #0F8206;
}
.TagClassName
{
border-color: #0F8206;
}
</style>