Html Css Color HEX #0CFFBA Medium Spring Green
📋 copy color: '#0CFFBA'red 12 ◦ green 255 ◦ blue 186
Shades of Medium Spring Green #0CFFBA
Tints of Medium Spring Green #0CFFBA
RGB
CMYK
RGB Variations
Color information
#0CFFBA (or 0x0CFFBA) is known color: Medium Spring Green. HEX triplet: 0C, FF and BA. RGB value is (12,255,186). Sum of RGB (Red+Green+Blue) = 12+255+186=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFBA is #F30045. Grayscale: #AEAEAE. Windows color (decimal): -15925318 or 12254988. OLE color: 12254988.
HSL color Cylindrical-coordinate representation of color #0CFFBA: hue angle of 162.96º 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 #0CFFBA is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 186 | - |
| CMYK | 0.95 | 0 | 0.27 | 0 |
| HSL | 162.96º | 1% | 0.52% | - |
| HSV(B) | 162.96º | 0.95% | 1% | - |
| XYZ | 44.77 | 75.14 | 58.6 | - |
| YUV | 174.48 | 134.49 | 12.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 186 | 0.95 | 0 | 0.27 | 0 | 162.96 | 1 | 0.52 |
| Hex | C | FF | BA | 5F | 0 | 1B | 0 | A3 | 64 | 34 |
| Octal | 14 | 377 | 272 | 137 | 0 | 33 | 0 | 243 | 144 | 64 |
| Binary | 1100 | 11111111 | 10111010 | 1011111 | 0 | 11011 | 0 | 10100011 | 1100100 | 110100 |
Color Harmonies of #0CFFBA
Complementary color
Monochromatic Colors of #0CFFBA
Black with #0CFFBA
Text Example
Text Example
White with #0CFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFBA; }
p { color: rgb(12,255,186); }
H1.HeaderClassName
{
color: #0CFFBA;
}
.AnyTagClassName
{
color: #0CFFBA;
}
</style>
background-color css
<style>
a { background-color: #0CFFBA; }
a { background-color: rgb(12,255,186); }
div.DivClassName
{
background-color: #0CFFBA;
}
.BgClassName
{
background-color: #0CFFBA;
}
</style>
border-color css
<style>
span { border-color: #0CFFBA; }
span { border-color: rgb(12,255,186); }
td.TdClassName
{
border-color: #0CFFBA;
}
.TagClassName
{
border-color: #0CFFBA;
}
</style>