Html Css Color HEX #0CFAAC Medium Spring Green
📋 copy color: '#0CFAAC'red 12 ◦ green 250 ◦ blue 172
Shades of Medium Spring Green #0CFAAC
Tints of Medium Spring Green #0CFAAC
RGB
CMYK
RGB Variations
Color information
#0CFAAC (or 0x0CFAAC) is known color: Medium Spring Green. HEX triplet: 0C, FA and AC. RGB value is (12,250,172). Sum of RGB (Red+Green+Blue) = 12+250+172=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFAAC is #F30553. Grayscale: #AAAAAA. Windows color (decimal): -15926612 or 11336204. OLE color: 11336204.
HSL color Cylindrical-coordinate representation of color #0CFAAC: hue angle of 160.34º degrees, saturation: 0.96, 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 #0CFAAC is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 172 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.02 |
| HSL | 160.34º | 0.96% | 0.51% | - |
| HSV(B) | 160.34º | 0.95% | 0.98% | - |
| XYZ | 41.78 | 71.43 | 50.61 | - |
| YUV | 169.95 | 129.15 | 15.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 172 | 0.95 | 0 | 0.31 | 0.02 | 160.34 | 0.96 | 0.51 |
| Hex | C | FA | AC | 5F | 0 | 1F | 2 | A0 | 60 | 33 |
| Octal | 14 | 372 | 254 | 137 | 0 | 37 | 2 | 240 | 140 | 63 |
| Binary | 1100 | 11111010 | 10101100 | 1011111 | 0 | 11111 | 10 | 10100000 | 1100000 | 110011 |
Color Harmonies of #0CFAAC
Complementary color
Monochromatic Colors of #0CFAAC
Black with #0CFAAC
Text Example
Text Example
White with #0CFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFAAC; }
p { color: rgb(12,250,172); }
H1.HeaderClassName
{
color: #0CFAAC;
}
.AnyTagClassName
{
color: #0CFAAC;
}
</style>
background-color css
<style>
a { background-color: #0CFAAC; }
a { background-color: rgb(12,250,172); }
div.DivClassName
{
background-color: #0CFAAC;
}
.BgClassName
{
background-color: #0CFAAC;
}
</style>
border-color css
<style>
span { border-color: #0CFAAC; }
span { border-color: rgb(12,250,172); }
td.TdClassName
{
border-color: #0CFAAC;
}
.TagClassName
{
border-color: #0CFAAC;
}
</style>