Shades of Green #0F600A
Tints of Green #0F600A
RGB
CMYK
RGB Variations
Color information
#0F600A (or 0x0F600A) is known color: Green. HEX triplet: 0F, 60 and 0A. RGB value is (15,96,10). Sum of RGB (Red+Green+Blue) = 15+96+10=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #0F600A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F600A is #F09FF5. Grayscale: #3E3E3E. Windows color (decimal): -15769590 or 679951. OLE color: 679951.
HSL color Cylindrical-coordinate representation of color #0F600A: hue angle of 116.51º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F600A is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 10 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.62 |
| HSL | 116.51º | 0.81% | 0.21% | - |
| HSV(B) | 116.51º | 0.9% | 0.38% | - |
| XYZ | 4.43 | 8.49 | 1.69 | - |
| YUV | 61.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 10 | 0.84 | 0 | 0.90 | 0.62 | 116.51 | 0.81 | 0.21 |
| Hex | F | 60 | A | 54 | 0 | 5A | 3E | 75 | 51 | 15 |
| Octal | 17 | 140 | 12 | 124 | 0 | 132 | 76 | 165 | 121 | 25 |
| Binary | 1111 | 1100000 | 1010 | 1010100 | 0 | 1011010 | 111110 | 1110101 | 1010001 | 10101 |
Color Harmonies of #0F600A
Complementary color
Monochromatic Colors of #0F600A
Black with #0F600A
Text Example
Text Example
White with #0F600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F600A; }
p { color: rgb(15,96,10); }
H1.HeaderClassName
{
color: #0F600A;
}
.AnyTagClassName
{
color: #0F600A;
}
</style>
background-color css
<style>
a { background-color: #0F600A; }
a { background-color: rgb(15,96,10); }
div.DivClassName
{
background-color: #0F600A;
}
.BgClassName
{
background-color: #0F600A;
}
</style>
border-color css
<style>
span { border-color: #0F600A; }
span { border-color: rgb(15,96,10); }
td.TdClassName
{
border-color: #0F600A;
}
.TagClassName
{
border-color: #0F600A;
}
</style>