Shades of Green #0F6900
Tints of Green #0F6900
RGB
CMYK
RGB Variations
Color information
#0F6900 (or 0x0F6900) is known color: Green. HEX triplet: 0F, 69 and 00. RGB value is (15,105,0). Sum of RGB (Red+Green+Blue) = 15+105+0=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6900 is #F096FF. Grayscale: #424242. Windows color (decimal): -15767296 or 26895. OLE color: 26895.
HSL color Cylindrical-coordinate representation of color #0F6900: hue angle of 111.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F6900 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.59 |
| HSL | 111.43º | 1% | 0.21% | - |
| HSV(B) | 111.43º | 1% | 0.41% | - |
| XYZ | 5.25 | 10.2 | 1.69 | - |
| YUV | 66.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 0 | 0.86 | 0 | 1 | 0.59 | 111.43 | 1 | 0.21 |
| Hex | F | 69 | 0 | 56 | 0 | 64 | 3B | 6F | 64 | 15 |
| Octal | 17 | 151 | 0 | 126 | 0 | 144 | 73 | 157 | 144 | 25 |
| Binary | 1111 | 1101001 | 0 | 1010110 | 0 | 1100100 | 111011 | 1101111 | 1100100 | 10101 |
Color Harmonies of #0F6900
Complementary color
Monochromatic Colors of #0F6900
Black with #0F6900
Text Example
Text Example
White with #0F6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6900; }
p { color: rgb(15,105,0); }
H1.HeaderClassName
{
color: #0F6900;
}
.AnyTagClassName
{
color: #0F6900;
}
</style>
background-color css
<style>
a { background-color: #0F6900; }
a { background-color: rgb(15,105,0); }
div.DivClassName
{
background-color: #0F6900;
}
.BgClassName
{
background-color: #0F6900;
}
</style>
border-color css
<style>
span { border-color: #0F6900; }
span { border-color: rgb(15,105,0); }
td.TdClassName
{
border-color: #0F6900;
}
.TagClassName
{
border-color: #0F6900;
}
</style>