Html Css Color HEX #0CFBAF Medium Spring Green
📋 copy color: '#0CFBAF'red 12 ◦ green 251 ◦ blue 175
Shades of Medium Spring Green #0CFBAF
Tints of Medium Spring Green #0CFBAF
RGB
CMYK
RGB Variations
Color information
#0CFBAF (or 0x0CFBAF) is known color: Medium Spring Green. HEX triplet: 0C, FB and AF. RGB value is (12,251,175). Sum of RGB (Red+Green+Blue) = 12+251+175=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFBAF is #F30450. Grayscale: #AAAAAA. Windows color (decimal): -15926353 or 11533068. OLE color: 11533068.
HSL color Cylindrical-coordinate representation of color #0CFBAF: hue angle of 160.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBAF is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 175 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.02 |
| HSL | 160.92º | 0.97% | 0.52% | - |
| HSV(B) | 160.92º | 0.95% | 0.98% | - |
| XYZ | 42.39 | 72.17 | 52.25 | - |
| YUV | 170.88 | 130.32 | 14.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 175 | 0.95 | 0 | 0.30 | 0.02 | 160.92 | 0.97 | 0.52 |
| Hex | C | FB | AF | 5F | 0 | 1E | 2 | A1 | 61 | 34 |
| Octal | 14 | 373 | 257 | 137 | 0 | 36 | 2 | 241 | 141 | 64 |
| Binary | 1100 | 11111011 | 10101111 | 1011111 | 0 | 11110 | 10 | 10100001 | 1100001 | 110100 |
Color Harmonies of #0CFBAF
Complementary color
Monochromatic Colors of #0CFBAF
Black with #0CFBAF
Text Example
Text Example
White with #0CFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBAF; }
p { color: rgb(12,251,175); }
H1.HeaderClassName
{
color: #0CFBAF;
}
.AnyTagClassName
{
color: #0CFBAF;
}
</style>
background-color css
<style>
a { background-color: #0CFBAF; }
a { background-color: rgb(12,251,175); }
div.DivClassName
{
background-color: #0CFBAF;
}
.BgClassName
{
background-color: #0CFBAF;
}
</style>
border-color css
<style>
span { border-color: #0CFBAF; }
span { border-color: rgb(12,251,175); }
td.TdClassName
{
border-color: #0CFBAF;
}
.TagClassName
{
border-color: #0CFBAF;
}
</style>