Shades of Forest Green #0C8A1A
Tints of Forest Green #0C8A1A
RGB
CMYK
RGB Variations
Color information
#0C8A1A (or 0x0C8A1A) is known color: Forest Green. HEX triplet: 0C, 8A and 1A. RGB value is (12,138,26). Sum of RGB (Red+Green+Blue) = 12+138+26=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 138 (54.30% from 255 or 78.41% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8A1A is #F375E5. Grayscale: #575757. Windows color (decimal): -15955430 or 1739276. OLE color: 1739276.
HSL color Cylindrical-coordinate representation of color #0C8A1A: hue angle of 126.67º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A1A is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 26 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.46 |
| HSL | 126.67º | 0.84% | 0.29% | - |
| HSV(B) | 126.67º | 0.91% | 0.54% | - |
| XYZ | 9.43 | 18.33 | 4.02 | - |
| YUV | 87.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 26 | 0.91 | 0 | 0.81 | 0.46 | 126.67 | 0.84 | 0.29 |
| Hex | C | 8A | 1A | 5B | 0 | 51 | 2E | 7F | 54 | 1D |
| Octal | 14 | 212 | 32 | 133 | 0 | 121 | 56 | 177 | 124 | 35 |
| Binary | 1100 | 10001010 | 11010 | 1011011 | 0 | 1010001 | 101110 | 1111111 | 1010100 | 11101 |
Color Harmonies of #0C8A1A
Complementary color
Monochromatic Colors of #0C8A1A
Black with #0C8A1A
Text Example
Text Example
White with #0C8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A1A; }
p { color: rgb(12,138,26); }
H1.HeaderClassName
{
color: #0C8A1A;
}
.AnyTagClassName
{
color: #0C8A1A;
}
</style>
background-color css
<style>
a { background-color: #0C8A1A; }
a { background-color: rgb(12,138,26); }
div.DivClassName
{
background-color: #0C8A1A;
}
.BgClassName
{
background-color: #0C8A1A;
}
</style>
border-color css
<style>
span { border-color: #0C8A1A; }
span { border-color: rgb(12,138,26); }
td.TdClassName
{
border-color: #0C8A1A;
}
.TagClassName
{
border-color: #0C8A1A;
}
</style>