Html Css Color HEX #0CE9AA Medium Spring Green
📋 copy color: '#0CE9AA'red 12 ◦ green 233 ◦ blue 170
Shades of Medium Spring Green #0CE9AA
Tints of Medium Spring Green #0CE9AA
RGB
CMYK
RGB Variations
Color information
#0CE9AA (or 0x0CE9AA) is known color: Medium Spring Green. HEX triplet: 0C, E9 and AA. RGB value is (12,233,170). Sum of RGB (Red+Green+Blue) = 12+233+170=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 233 (91.41% from 255 or 56.14% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE9AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE9AA is #F31655. Grayscale: #9F9F9F. Windows color (decimal): -15930966 or 11200780. OLE color: 11200780.
HSL color Cylindrical-coordinate representation of color #0CE9AA: hue angle of 162.9º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE9AA is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 233 | 170 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.09 |
| HSL | 162.9º | 0.9% | 0.48% | - |
| HSV(B) | 162.9º | 0.95% | 0.91% | - |
| XYZ | 36.55 | 61.26 | 47.93 | - |
| YUV | 159.74 | 133.78 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 233 | 170 | 0.95 | 0 | 0.27 | 0.09 | 162.9 | 0.9 | 0.48 |
| Hex | C | E9 | AA | 5F | 0 | 1B | 9 | A3 | 5A | 30 |
| Octal | 14 | 351 | 252 | 137 | 0 | 33 | 11 | 243 | 132 | 60 |
| Binary | 1100 | 11101001 | 10101010 | 1011111 | 0 | 11011 | 1001 | 10100011 | 1011010 | 110000 |
Color Harmonies of #0CE9AA
Complementary color
Monochromatic Colors of #0CE9AA
Black with #0CE9AA
Text Example
Text Example
White with #0CE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE9AA; }
p { color: rgb(12,233,170); }
H1.HeaderClassName
{
color: #0CE9AA;
}
.AnyTagClassName
{
color: #0CE9AA;
}
</style>
background-color css
<style>
a { background-color: #0CE9AA; }
a { background-color: rgb(12,233,170); }
div.DivClassName
{
background-color: #0CE9AA;
}
.BgClassName
{
background-color: #0CE9AA;
}
</style>
border-color css
<style>
span { border-color: #0CE9AA; }
span { border-color: rgb(12,233,170); }
td.TdClassName
{
border-color: #0CE9AA;
}
.TagClassName
{
border-color: #0CE9AA;
}
</style>