Html Css Color HEX #0CFFBF Medium Spring Green
📋 copy color: '#0CFFBF'red 12 ◦ green 255 ◦ blue 191
Shades of Medium Spring Green #0CFFBF
Tints of Medium Spring Green #0CFFBF
RGB
CMYK
RGB Variations
Color information
#0CFFBF (or 0x0CFFBF) is known color: Medium Spring Green. HEX triplet: 0C, FF and BF. RGB value is (12,255,191). Sum of RGB (Red+Green+Blue) = 12+255+191=458 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.62% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFBF is #F30040. Grayscale: #AFAFAF. Windows color (decimal): -15925313 or 12582668. OLE color: 12582668.
HSL color Cylindrical-coordinate representation of color #0CFFBF: hue angle of 164.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFFBF is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 191 | - |
| CMYK | 0.95 | 0 | 0.25 | 0 |
| HSL | 164.2º | 1% | 0.52% | - |
| HSV(B) | 164.2º | 0.95% | 1% | - |
| XYZ | 45.32 | 75.36 | 61.45 | - |
| YUV | 175.05 | 136.99 | 11.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 191 | 0.95 | 0 | 0.25 | 0 | 164.2 | 1 | 0.52 |
| Hex | C | FF | BF | 5F | 0 | 19 | 0 | A4 | 64 | 34 |
| Octal | 14 | 377 | 277 | 137 | 0 | 31 | 0 | 244 | 144 | 64 |
| Binary | 1100 | 11111111 | 10111111 | 1011111 | 0 | 11001 | 0 | 10100100 | 1100100 | 110100 |
Color Harmonies of #0CFFBF
Complementary color
Monochromatic Colors of #0CFFBF
Black with #0CFFBF
Text Example
Text Example
White with #0CFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFBF; }
p { color: rgb(12,255,191); }
H1.HeaderClassName
{
color: #0CFFBF;
}
.AnyTagClassName
{
color: #0CFFBF;
}
</style>
background-color css
<style>
a { background-color: #0CFFBF; }
a { background-color: rgb(12,255,191); }
div.DivClassName
{
background-color: #0CFFBF;
}
.BgClassName
{
background-color: #0CFFBF;
}
</style>
border-color css
<style>
span { border-color: #0CFFBF; }
span { border-color: rgb(12,255,191); }
td.TdClassName
{
border-color: #0CFFBF;
}
.TagClassName
{
border-color: #0CFFBF;
}
</style>