Shades of Green #0F6414
Tints of Green #0F6414
RGB
CMYK
RGB Variations
Color information
#0F6414 (or 0x0F6414) is known color: Green. HEX triplet: 0F, 64 and 14. RGB value is (15,100,20). Sum of RGB (Red+Green+Blue) = 15+100+20=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 100 (39.45% from 255 or 74.07% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6414 is #F09BEB. Grayscale: #414141. Windows color (decimal): -15768556 or 1336335. OLE color: 1336335.
HSL color Cylindrical-coordinate representation of color #0F6414: hue angle of 123.53º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6414 is Cyan = 0.85, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 100 | 20 | - |
| CMYK | 0.85 | 0 | 0.8 | 0.61 |
| HSL | 123.53º | 0.74% | 0.23% | - |
| HSV(B) | 123.53º | 0.85% | 0.39% | - |
| XYZ | 4.88 | 9.27 | 2.19 | - |
| YUV | 65.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 20 | 0.85 | 0 | 0.8 | 0.61 | 123.53 | 0.74 | 0.23 |
| Hex | F | 64 | 14 | 55 | 0 | 50 | 3D | 7C | 4A | 17 |
| Octal | 17 | 144 | 24 | 125 | 0 | 120 | 75 | 174 | 112 | 27 |
| Binary | 1111 | 1100100 | 10100 | 1010101 | 0 | 1010000 | 111101 | 1111100 | 1001010 | 10111 |
Color Harmonies of #0F6414
Complementary color
Monochromatic Colors of #0F6414
Black with #0F6414
Text Example
Text Example
White with #0F6414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6414; }
p { color: rgb(15,100,20); }
H1.HeaderClassName
{
color: #0F6414;
}
.AnyTagClassName
{
color: #0F6414;
}
</style>
background-color css
<style>
a { background-color: #0F6414; }
a { background-color: rgb(15,100,20); }
div.DivClassName
{
background-color: #0F6414;
}
.BgClassName
{
background-color: #0F6414;
}
</style>
border-color css
<style>
span { border-color: #0F6414; }
span { border-color: rgb(15,100,20); }
td.TdClassName
{
border-color: #0F6414;
}
.TagClassName
{
border-color: #0F6414;
}
</style>