Shades of Green #0F8002
Tints of Green #0F8002
RGB
CMYK
RGB Variations
Color information
#0F8002 (or 0x0F8002) is known color: Green. HEX triplet: 0F, 80 and 02. RGB value is (15,128,2). Sum of RGB (Red+Green+Blue) = 15+128+2=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 128 (50.39% from 255 or 88.28% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8002 is #F07FFD. Grayscale: #505050. Windows color (decimal): -15761406 or 163855. OLE color: 163855.
HSL color Cylindrical-coordinate representation of color #0F8002: hue angle of 113.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F8002 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 2 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.50 |
| HSL | 113.81º | 0.97% | 0.25% | - |
| HSV(B) | 113.81º | 0.98% | 0.5% | - |
| XYZ | 7.93 | 15.54 | 2.64 | - |
| YUV | 79.85 | 84.06 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 2 | 0.88 | 0 | 0.98 | 0.50 | 113.81 | 0.97 | 0.25 |
| Hex | F | 80 | 2 | 58 | 0 | 62 | 32 | 72 | 61 | 19 |
| Octal | 17 | 200 | 2 | 130 | 0 | 142 | 62 | 162 | 141 | 31 |
| Binary | 1111 | 10000000 | 10 | 1011000 | 0 | 1100010 | 110010 | 1110010 | 1100001 | 11001 |
Color Harmonies of #0F8002
Complementary color
Monochromatic Colors of #0F8002
Black with #0F8002
Text Example
Text Example
White with #0F8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8002; }
p { color: rgb(15,128,2); }
H1.HeaderClassName
{
color: #0F8002;
}
.AnyTagClassName
{
color: #0F8002;
}
</style>
background-color css
<style>
a { background-color: #0F8002; }
a { background-color: rgb(15,128,2); }
div.DivClassName
{
background-color: #0F8002;
}
.BgClassName
{
background-color: #0F8002;
}
</style>
border-color css
<style>
span { border-color: #0F8002; }
span { border-color: rgb(15,128,2); }
td.TdClassName
{
border-color: #0F8002;
}
.TagClassName
{
border-color: #0F8002;
}
</style>