Shades of Green #0F8A05
Tints of Green #0F8A05
RGB
CMYK
RGB Variations
Color information
#0F8A05 (or 0x0F8A05) is known color: Green. HEX triplet: 0F, 8A and 05. RGB value is (15,138,5). Sum of RGB (Red+Green+Blue) = 15+138+5=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 138 (54.30% from 255 or 87.34% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8A05 is #F075FA. Grayscale: #565656. Windows color (decimal): -15758843 or 363023. OLE color: 363023.
HSL color Cylindrical-coordinate representation of color #0F8A05: hue angle of 115.49º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F8A05 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 138 | 5 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.46 |
| HSL | 115.49º | 0.93% | 0.28% | - |
| HSV(B) | 115.49º | 0.96% | 0.54% | - |
| XYZ | 9.31 | 18.29 | 3.18 | - |
| YUV | 86.06 | 82.25 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 5 | 0.89 | 0 | 0.96 | 0.46 | 115.49 | 0.93 | 0.28 |
| Hex | F | 8A | 5 | 59 | 0 | 60 | 2E | 73 | 5D | 1C |
| Octal | 17 | 212 | 5 | 131 | 0 | 140 | 56 | 163 | 135 | 34 |
| Binary | 1111 | 10001010 | 101 | 1011001 | 0 | 1100000 | 101110 | 1110011 | 1011101 | 11100 |
Color Harmonies of #0F8A05
Complementary color
Monochromatic Colors of #0F8A05
Black with #0F8A05
Text Example
Text Example
White with #0F8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8A05; }
p { color: rgb(15,138,5); }
H1.HeaderClassName
{
color: #0F8A05;
}
.AnyTagClassName
{
color: #0F8A05;
}
</style>
background-color css
<style>
a { background-color: #0F8A05; }
a { background-color: rgb(15,138,5); }
div.DivClassName
{
background-color: #0F8A05;
}
.BgClassName
{
background-color: #0F8A05;
}
</style>
border-color css
<style>
span { border-color: #0F8A05; }
span { border-color: rgb(15,138,5); }
td.TdClassName
{
border-color: #0F8A05;
}
.TagClassName
{
border-color: #0F8A05;
}
</style>