Shades of Caribbean Green #0ED486
Tints of Caribbean Green #0ED486
RGB
CMYK
RGB Variations
Color information
#0ED486 (or 0x0ED486) is known color: Caribbean Green. HEX triplet: 0E, D4 and 86. RGB value is (14,212,134). Sum of RGB (Red+Green+Blue) = 14+212+134=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED486 is #F12B79. Grayscale: #909090. Windows color (decimal): -15805306 or 8836110. OLE color: 8836110.
HSL color Cylindrical-coordinate representation of color #0ED486: hue angle of 156.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED486 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 212 | 134 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.17 |
| HSL | 156.36º | 0.88% | 0.44% | - |
| HSV(B) | 156.36º | 0.93% | 0.83% | - |
| XYZ | 28.03 | 48.9 | 30.52 | - |
| YUV | 143.91 | 122.4 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 134 | 0.93 | 0 | 0.37 | 0.17 | 156.36 | 0.88 | 0.44 |
| Hex | E | D4 | 86 | 5D | 0 | 25 | 11 | 9C | 58 | 2C |
| Octal | 16 | 324 | 206 | 135 | 0 | 45 | 21 | 234 | 130 | 54 |
| Binary | 1110 | 11010100 | 10000110 | 1011101 | 0 | 100101 | 10001 | 10011100 | 1011000 | 101100 |
Color Harmonies of #0ED486
Complementary color
Monochromatic Colors of #0ED486
Black with #0ED486
Text Example
Text Example
White with #0ED486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED486; }
p { color: rgb(14,212,134); }
H1.HeaderClassName
{
color: #0ED486;
}
.AnyTagClassName
{
color: #0ED486;
}
</style>
background-color css
<style>
a { background-color: #0ED486; }
a { background-color: rgb(14,212,134); }
div.DivClassName
{
background-color: #0ED486;
}
.BgClassName
{
background-color: #0ED486;
}
</style>
border-color css
<style>
span { border-color: #0ED486; }
span { border-color: rgb(14,212,134); }
td.TdClassName
{
border-color: #0ED486;
}
.TagClassName
{
border-color: #0ED486;
}
</style>