Shades of Green #0F8401
Tints of Green #0F8401
RGB
CMYK
RGB Variations
Color information
#0F8401 (or 0x0F8401) is known color: Green. HEX triplet: 0F, 84 and 01. RGB value is (15,132,1). Sum of RGB (Red+Green+Blue) = 15+132+1=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 132 (51.95% from 255 or 89.19% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8401 is #F07BFE. Grayscale: #525252. Windows color (decimal): -15760383 or 99343. OLE color: 99343.
HSL color Cylindrical-coordinate representation of color #0F8401: hue angle of 113.59º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F8401 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.48 |
| HSL | 113.59º | 0.98% | 0.26% | - |
| HSV(B) | 113.59º | 0.99% | 0.52% | - |
| XYZ | 8.45 | 16.61 | 2.79 | - |
| YUV | 82.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 1 | 0.89 | 0 | 0.99 | 0.48 | 113.59 | 0.98 | 0.26 |
| Hex | F | 84 | 1 | 59 | 0 | 63 | 30 | 72 | 62 | 1A |
| Octal | 17 | 204 | 1 | 131 | 0 | 143 | 60 | 162 | 142 | 32 |
| Binary | 1111 | 10000100 | 1 | 1011001 | 0 | 1100011 | 110000 | 1110010 | 1100010 | 11010 |
Color Harmonies of #0F8401
Complementary color
Monochromatic Colors of #0F8401
Black with #0F8401
Text Example
Text Example
White with #0F8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8401; }
p { color: rgb(15,132,1); }
H1.HeaderClassName
{
color: #0F8401;
}
.AnyTagClassName
{
color: #0F8401;
}
</style>
background-color css
<style>
a { background-color: #0F8401; }
a { background-color: rgb(15,132,1); }
div.DivClassName
{
background-color: #0F8401;
}
.BgClassName
{
background-color: #0F8401;
}
</style>
border-color css
<style>
span { border-color: #0F8401; }
span { border-color: rgb(15,132,1); }
td.TdClassName
{
border-color: #0F8401;
}
.TagClassName
{
border-color: #0F8401;
}
</style>