Html Css Color HEX #0CFAAE Medium Spring Green
📋 copy color: '#0CFAAE'red 12 ◦ green 250 ◦ blue 174
Shades of Medium Spring Green #0CFAAE
Tints of Medium Spring Green #0CFAAE
RGB
CMYK
RGB Variations
Color information
#0CFAAE (or 0x0CFAAE) is known color: Medium Spring Green. HEX triplet: 0C, FA and AE. RGB value is (12,250,174). Sum of RGB (Red+Green+Blue) = 12+250+174=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFAAE is #F30551. Grayscale: #AAAAAA. Windows color (decimal): -15926610 or 11467276. OLE color: 11467276.
HSL color Cylindrical-coordinate representation of color #0CFAAE: hue angle of 160.84º 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 #0CFAAE is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 174 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.02 |
| HSL | 160.84º | 0.96% | 0.51% | - |
| HSV(B) | 160.84º | 0.95% | 0.98% | - |
| XYZ | 41.98 | 71.51 | 51.63 | - |
| YUV | 170.17 | 130.15 | 15.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 174 | 0.95 | 0 | 0.30 | 0.02 | 160.84 | 0.96 | 0.51 |
| Hex | C | FA | AE | 5F | 0 | 1E | 2 | A1 | 60 | 33 |
| Octal | 14 | 372 | 256 | 137 | 0 | 36 | 2 | 241 | 140 | 63 |
| Binary | 1100 | 11111010 | 10101110 | 1011111 | 0 | 11110 | 10 | 10100001 | 1100000 | 110011 |
Color Harmonies of #0CFAAE
Complementary color
Monochromatic Colors of #0CFAAE
Black with #0CFAAE
Text Example
Text Example
White with #0CFAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFAAE; }
p { color: rgb(12,250,174); }
H1.HeaderClassName
{
color: #0CFAAE;
}
.AnyTagClassName
{
color: #0CFAAE;
}
</style>
background-color css
<style>
a { background-color: #0CFAAE; }
a { background-color: rgb(12,250,174); }
div.DivClassName
{
background-color: #0CFAAE;
}
.BgClassName
{
background-color: #0CFAAE;
}
</style>
border-color css
<style>
span { border-color: #0CFAAE; }
span { border-color: rgb(12,250,174); }
td.TdClassName
{
border-color: #0CFAAE;
}
.TagClassName
{
border-color: #0CFAAE;
}
</style>