Shades of Spring Green #0CF387
Tints of Spring Green #0CF387
RGB
CMYK
RGB Variations
Color information
#0CF387 (or 0x0CF387) is known color: Spring Green. HEX triplet: 0C, F3 and 87. RGB value is (12,243,135). Sum of RGB (Red+Green+Blue) = 12+243+135=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 243 (95.31% from 255 or 62.31% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 243 - color contains mainly: green. Hex color #0CF387 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF387 is #F30C78. Grayscale: #A1A1A1. Windows color (decimal): -15928441 or 8909580. OLE color: 8909580.
HSL color Cylindrical-coordinate representation of color #0CF387: hue angle of 151.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF387 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 243 | 135 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.05 |
| HSL | 151.95º | 0.91% | 0.5% | - |
| HSV(B) | 151.95º | 0.95% | 0.95% | - |
| XYZ | 36.58 | 65.93 | 33.72 | - |
| YUV | 161.62 | 112.97 | 21.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 243 | 135 | 0.95 | 0 | 0.44 | 0.05 | 151.95 | 0.91 | 0.5 |
| Hex | C | F3 | 87 | 5F | 0 | 2C | 5 | 98 | 5B | 32 |
| Octal | 14 | 363 | 207 | 137 | 0 | 54 | 5 | 230 | 133 | 62 |
| Binary | 1100 | 11110011 | 10000111 | 1011111 | 0 | 101100 | 101 | 10011000 | 1011011 | 110010 |
Color Harmonies of #0CF387
Complementary color
Monochromatic Colors of #0CF387
Black with #0CF387
Text Example
Text Example
White with #0CF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF387; }
p { color: rgb(12,243,135); }
H1.HeaderClassName
{
color: #0CF387;
}
.AnyTagClassName
{
color: #0CF387;
}
</style>
background-color css
<style>
a { background-color: #0CF387; }
a { background-color: rgb(12,243,135); }
div.DivClassName
{
background-color: #0CF387;
}
.BgClassName
{
background-color: #0CF387;
}
</style>
border-color css
<style>
span { border-color: #0CF387; }
span { border-color: rgb(12,243,135); }
td.TdClassName
{
border-color: #0CF387;
}
.TagClassName
{
border-color: #0CF387;
}
</style>