Html Css Color HEX #0CF9BA Medium Spring Green
📋 copy color: '#0CF9BA'red 12 ◦ green 249 ◦ blue 186
Shades of Medium Spring Green #0CF9BA
Tints of Medium Spring Green #0CF9BA
RGB
CMYK
RGB Variations
Color information
#0CF9BA (or 0x0CF9BA) is known color: Medium Spring Green. HEX triplet: 0C, F9 and BA. RGB value is (12,249,186). Sum of RGB (Red+Green+Blue) = 12+249+186=447 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF9BA is #F30645. Grayscale: #AAAAAA. Windows color (decimal): -15926854 or 12253452. OLE color: 12253452.
HSL color Cylindrical-coordinate representation of color #0CF9BA: hue angle of 164.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF9BA is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 249 | 186 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.02 |
| HSL | 164.05º | 0.95% | 0.51% | - |
| HSV(B) | 164.05º | 0.95% | 0.98% | - |
| XYZ | 42.89 | 71.37 | 57.97 | - |
| YUV | 170.96 | 136.48 | 14.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 186 | 0.95 | 0 | 0.25 | 0.02 | 164.05 | 0.95 | 0.51 |
| Hex | C | F9 | BA | 5F | 0 | 19 | 2 | A4 | 5F | 33 |
| Octal | 14 | 371 | 272 | 137 | 0 | 31 | 2 | 244 | 137 | 63 |
| Binary | 1100 | 11111001 | 10111010 | 1011111 | 0 | 11001 | 10 | 10100100 | 1011111 | 110011 |
Color Harmonies of #0CF9BA
Complementary color
Monochromatic Colors of #0CF9BA
Black with #0CF9BA
Text Example
Text Example
White with #0CF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF9BA; }
p { color: rgb(12,249,186); }
H1.HeaderClassName
{
color: #0CF9BA;
}
.AnyTagClassName
{
color: #0CF9BA;
}
</style>
background-color css
<style>
a { background-color: #0CF9BA; }
a { background-color: rgb(12,249,186); }
div.DivClassName
{
background-color: #0CF9BA;
}
.BgClassName
{
background-color: #0CF9BA;
}
</style>
border-color css
<style>
span { border-color: #0CF9BA; }
span { border-color: rgb(12,249,186); }
td.TdClassName
{
border-color: #0CF9BA;
}
.TagClassName
{
border-color: #0CF9BA;
}
</style>