Shades of Forest Green #0F8A1A
Tints of Forest Green #0F8A1A
RGB
CMYK
RGB Variations
Color information
#0F8A1A (or 0x0F8A1A) is known color: Forest Green. HEX triplet: 0F, 8A and 1A. RGB value is (15,138,26). Sum of RGB (Red+Green+Blue) = 15+138+26=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 138 (54.30% from 255 or 77.09% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8A1A is #F075E5. Grayscale: #585858. Windows color (decimal): -15758822 or 1739279. OLE color: 1739279.
HSL color Cylindrical-coordinate representation of color #0F8A1A: hue angle of 125.37º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A1A is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 138 | 26 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.46 |
| HSL | 125.37º | 0.8% | 0.3% | - |
| HSV(B) | 125.37º | 0.89% | 0.54% | - |
| XYZ | 9.47 | 18.35 | 4.02 | - |
| YUV | 88.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 26 | 0.89 | 0 | 0.81 | 0.46 | 125.37 | 0.8 | 0.3 |
| Hex | F | 8A | 1A | 59 | 0 | 51 | 2E | 7D | 50 | 1E |
| Octal | 17 | 212 | 32 | 131 | 0 | 121 | 56 | 175 | 120 | 36 |
| Binary | 1111 | 10001010 | 11010 | 1011001 | 0 | 1010001 | 101110 | 1111101 | 1010000 | 11110 |
Color Harmonies of #0F8A1A
Complementary color
Monochromatic Colors of #0F8A1A
Black with #0F8A1A
Text Example
Text Example
White with #0F8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8A1A; }
p { color: rgb(15,138,26); }
H1.HeaderClassName
{
color: #0F8A1A;
}
.AnyTagClassName
{
color: #0F8A1A;
}
</style>
background-color css
<style>
a { background-color: #0F8A1A; }
a { background-color: rgb(15,138,26); }
div.DivClassName
{
background-color: #0F8A1A;
}
.BgClassName
{
background-color: #0F8A1A;
}
</style>
border-color css
<style>
span { border-color: #0F8A1A; }
span { border-color: rgb(15,138,26); }
td.TdClassName
{
border-color: #0F8A1A;
}
.TagClassName
{
border-color: #0F8A1A;
}
</style>