Shades of Dark Spring Green #0C8A38
Tints of Dark Spring Green #0C8A38
RGB
CMYK
RGB Variations
Color information
#0C8A38 (or 0x0C8A38) is known color: Dark Spring Green. HEX triplet: 0C, 8A and 38. RGB value is (12,138,56). Sum of RGB (Red+Green+Blue) = 12+138+56=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8A38 is #F375C7. Grayscale: #5B5B5B. Windows color (decimal): -15955400 or 3705356. OLE color: 3705356.
HSL color Cylindrical-coordinate representation of color #0C8A38: hue angle of 140.95º 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 #0C8A38 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 56 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.46 |
| HSL | 140.95º | 0.84% | 0.29% | - |
| HSV(B) | 140.95º | 0.91% | 0.54% | - |
| XYZ | 9.95 | 18.54 | 6.8 | - |
| YUV | 90.98 | 108.26 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 56 | 0.91 | 0 | 0.59 | 0.46 | 140.95 | 0.84 | 0.29 |
| Hex | C | 8A | 38 | 5B | 0 | 3B | 2E | 8D | 54 | 1D |
| Octal | 14 | 212 | 70 | 133 | 0 | 73 | 56 | 215 | 124 | 35 |
| Binary | 1100 | 10001010 | 111000 | 1011011 | 0 | 111011 | 101110 | 10001101 | 1010100 | 11101 |
Color Harmonies of #0C8A38
Complementary color
Monochromatic Colors of #0C8A38
Black with #0C8A38
Text Example
Text Example
White with #0C8A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A38; }
p { color: rgb(12,138,56); }
H1.HeaderClassName
{
color: #0C8A38;
}
.AnyTagClassName
{
color: #0C8A38;
}
</style>
background-color css
<style>
a { background-color: #0C8A38; }
a { background-color: rgb(12,138,56); }
div.DivClassName
{
background-color: #0C8A38;
}
.BgClassName
{
background-color: #0C8A38;
}
</style>
border-color css
<style>
span { border-color: #0C8A38; }
span { border-color: rgb(12,138,56); }
td.TdClassName
{
border-color: #0C8A38;
}
.TagClassName
{
border-color: #0C8A38;
}
</style>