Html Css Color HEX #0CFC96 Medium Spring Green
📋 copy color: '#0CFC96'red 12 ◦ green 252 ◦ blue 150
Shades of Medium Spring Green #0CFC96
Tints of Medium Spring Green #0CFC96
RGB
CMYK
RGB Variations
Color information
#0CFC96 (or 0x0CFC96) is known color: Medium Spring Green. HEX triplet: 0C, FC and 96. RGB value is (12,252,150). Sum of RGB (Red+Green+Blue) = 12+252+150=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFC96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFC96 is #F30369. Grayscale: #A8A8A8. Windows color (decimal): -15926122 or 9894924. OLE color: 9894924.
HSL color Cylindrical-coordinate representation of color #0CFC96: hue angle of 154.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFC96 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 150 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.01 |
| HSL | 154.5º | 0.98% | 0.52% | - |
| HSV(B) | 154.5º | 0.95% | 0.99% | - |
| XYZ | 40.47 | 71.9 | 40.6 | - |
| YUV | 168.61 | 117.49 | 16.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 150 | 0.95 | 0 | 0.40 | 0.01 | 154.5 | 0.98 | 0.52 |
| Hex | C | FC | 96 | 5F | 0 | 28 | 1 | 9A | 62 | 34 |
| Octal | 14 | 374 | 226 | 137 | 0 | 50 | 1 | 232 | 142 | 64 |
| Binary | 1100 | 11111100 | 10010110 | 1011111 | 0 | 101000 | 1 | 10011010 | 1100010 | 110100 |
Color Harmonies of #0CFC96
Complementary color
Monochromatic Colors of #0CFC96
Black with #0CFC96
Text Example
Text Example
White with #0CFC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFC96; }
p { color: rgb(12,252,150); }
H1.HeaderClassName
{
color: #0CFC96;
}
.AnyTagClassName
{
color: #0CFC96;
}
</style>
background-color css
<style>
a { background-color: #0CFC96; }
a { background-color: rgb(12,252,150); }
div.DivClassName
{
background-color: #0CFC96;
}
.BgClassName
{
background-color: #0CFC96;
}
</style>
border-color css
<style>
span { border-color: #0CFC96; }
span { border-color: rgb(12,252,150); }
td.TdClassName
{
border-color: #0CFC96;
}
.TagClassName
{
border-color: #0CFC96;
}
</style>