Html Css Color HEX #0CEFA8 Medium Spring Green
📋 copy color: '#0CEFA8'red 12 ◦ green 239 ◦ blue 168
Shades of Medium Spring Green #0CEFA8
Tints of Medium Spring Green #0CEFA8
RGB
CMYK
RGB Variations
Color information
#0CEFA8 (or 0x0CEFA8) is known color: Medium Spring Green. HEX triplet: 0C, EF and A8. RGB value is (12,239,168). Sum of RGB (Red+Green+Blue) = 12+239+168=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEFA8 is #F31057. Grayscale: #A3A3A3. Windows color (decimal): -15929432 or 11071244. OLE color: 11071244.
HSL color Cylindrical-coordinate representation of color #0CEFA8: hue angle of 161.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEFA8 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 168 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.06 |
| HSL | 161.23º | 0.9% | 0.49% | - |
| HSV(B) | 161.23º | 0.95% | 0.94% | - |
| XYZ | 38.09 | 64.64 | 47.51 | - |
| YUV | 163.03 | 130.79 | 20.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 168 | 0.95 | 0 | 0.30 | 0.06 | 161.23 | 0.9 | 0.49 |
| Hex | C | EF | A8 | 5F | 0 | 1E | 6 | A1 | 5A | 31 |
| Octal | 14 | 357 | 250 | 137 | 0 | 36 | 6 | 241 | 132 | 61 |
| Binary | 1100 | 11101111 | 10101000 | 1011111 | 0 | 11110 | 110 | 10100001 | 1011010 | 110001 |
Color Harmonies of #0CEFA8
Complementary color
Monochromatic Colors of #0CEFA8
Black with #0CEFA8
Text Example
Text Example
White with #0CEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEFA8; }
p { color: rgb(12,239,168); }
H1.HeaderClassName
{
color: #0CEFA8;
}
.AnyTagClassName
{
color: #0CEFA8;
}
</style>
background-color css
<style>
a { background-color: #0CEFA8; }
a { background-color: rgb(12,239,168); }
div.DivClassName
{
background-color: #0CEFA8;
}
.BgClassName
{
background-color: #0CEFA8;
}
</style>
border-color css
<style>
span { border-color: #0CEFA8; }
span { border-color: rgb(12,239,168); }
td.TdClassName
{
border-color: #0CEFA8;
}
.TagClassName
{
border-color: #0CEFA8;
}
</style>