Html Css Color HEX #0CE7AF Medium Spring Green
📋 copy color: '#0CE7AF'red 12 ◦ green 231 ◦ blue 175
Shades of Medium Spring Green #0CE7AF
Tints of Medium Spring Green #0CE7AF
RGB
CMYK
RGB Variations
Color information
#0CE7AF (or 0x0CE7AF) is known color: Medium Spring Green. HEX triplet: 0C, E7 and AF. RGB value is (12,231,175). Sum of RGB (Red+Green+Blue) = 12+231+175=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #0CE7AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE7AF is #F31850. Grayscale: #9F9F9F. Windows color (decimal): -15931473 or 11527948. OLE color: 11527948.
HSL color Cylindrical-coordinate representation of color #0CE7AF: hue angle of 164.66º 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 #0CE7AF is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 231 | 175 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.09 |
| HSL | 164.66º | 0.9% | 0.48% | - |
| HSV(B) | 164.66º | 0.95% | 0.91% | - |
| XYZ | 36.47 | 60.33 | 50.28 | - |
| YUV | 159.14 | 136.95 | 23.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 231 | 175 | 0.95 | 0 | 0.24 | 0.09 | 164.66 | 0.9 | 0.48 |
| Hex | C | E7 | AF | 5F | 0 | 18 | 9 | A5 | 5A | 30 |
| Octal | 14 | 347 | 257 | 137 | 0 | 30 | 11 | 245 | 132 | 60 |
| Binary | 1100 | 11100111 | 10101111 | 1011111 | 0 | 11000 | 1001 | 10100101 | 1011010 | 110000 |
Color Harmonies of #0CE7AF
Complementary color
Monochromatic Colors of #0CE7AF
Black with #0CE7AF
Text Example
Text Example
White with #0CE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE7AF; }
p { color: rgb(12,231,175); }
H1.HeaderClassName
{
color: #0CE7AF;
}
.AnyTagClassName
{
color: #0CE7AF;
}
</style>
background-color css
<style>
a { background-color: #0CE7AF; }
a { background-color: rgb(12,231,175); }
div.DivClassName
{
background-color: #0CE7AF;
}
.BgClassName
{
background-color: #0CE7AF;
}
</style>
border-color css
<style>
span { border-color: #0CE7AF; }
span { border-color: rgb(12,231,175); }
td.TdClassName
{
border-color: #0CE7AF;
}
.TagClassName
{
border-color: #0CE7AF;
}
</style>