Shades of Green #0F6902
Tints of Green #0F6902
RGB
CMYK
RGB Variations
Color information
#0F6902 (or 0x0F6902) is known color: Green. HEX triplet: 0F, 69 and 02. RGB value is (15,105,2). Sum of RGB (Red+Green+Blue) = 15+105+2=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 105 (41.41% from 255 or 86.07% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6902 is #F096FD. Grayscale: #424242. Windows color (decimal): -15767294 or 157967. OLE color: 157967.
HSL color Cylindrical-coordinate representation of color #0F6902: hue angle of 112.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F6902 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 2 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.59 |
| HSL | 112.43º | 0.96% | 0.21% | - |
| HSV(B) | 112.43º | 0.98% | 0.41% | - |
| XYZ | 5.26 | 10.21 | 1.75 | - |
| YUV | 66.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 2 | 0.86 | 0 | 0.98 | 0.59 | 112.43 | 0.96 | 0.21 |
| Hex | F | 69 | 2 | 56 | 0 | 62 | 3B | 70 | 60 | 15 |
| Octal | 17 | 151 | 2 | 126 | 0 | 142 | 73 | 160 | 140 | 25 |
| Binary | 1111 | 1101001 | 10 | 1010110 | 0 | 1100010 | 111011 | 1110000 | 1100000 | 10101 |
Color Harmonies of #0F6902
Complementary color
Monochromatic Colors of #0F6902
Black with #0F6902
Text Example
Text Example
White with #0F6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6902; }
p { color: rgb(15,105,2); }
H1.HeaderClassName
{
color: #0F6902;
}
.AnyTagClassName
{
color: #0F6902;
}
</style>
background-color css
<style>
a { background-color: #0F6902; }
a { background-color: rgb(15,105,2); }
div.DivClassName
{
background-color: #0F6902;
}
.BgClassName
{
background-color: #0F6902;
}
</style>
border-color css
<style>
span { border-color: #0F6902; }
span { border-color: rgb(15,105,2); }
td.TdClassName
{
border-color: #0F6902;
}
.TagClassName
{
border-color: #0F6902;
}
</style>