Shades of Caribbean Green #0ED69E
Tints of Caribbean Green #0ED69E
RGB
CMYK
RGB Variations
Color information
#0ED69E (or 0x0ED69E) is known color: Caribbean Green. HEX triplet: 0E, D6 and 9E. RGB value is (14,214,158). Sum of RGB (Red+Green+Blue) = 14+214+158=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED69E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED69E is #F12961. Grayscale: #939393. Windows color (decimal): -15804770 or 10409486. OLE color: 10409486.
HSL color Cylindrical-coordinate representation of color #0ED69E: hue angle of 163.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED69E is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 158 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.16 |
| HSL | 163.2º | 0.88% | 0.45% | - |
| HSV(B) | 163.2º | 0.93% | 0.84% | - |
| XYZ | 30.4 | 50.66 | 40.52 | - |
| YUV | 147.82 | 133.74 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 158 | 0.93 | 0 | 0.26 | 0.16 | 163.2 | 0.88 | 0.45 |
| Hex | E | D6 | 9E | 5D | 0 | 1A | 10 | A3 | 58 | 2D |
| Octal | 16 | 326 | 236 | 135 | 0 | 32 | 20 | 243 | 130 | 55 |
| Binary | 1110 | 11010110 | 10011110 | 1011101 | 0 | 11010 | 10000 | 10100011 | 1011000 | 101101 |
Color Harmonies of #0ED69E
Complementary color
Monochromatic Colors of #0ED69E
Black with #0ED69E
Text Example
Text Example
White with #0ED69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED69E; }
p { color: rgb(14,214,158); }
H1.HeaderClassName
{
color: #0ED69E;
}
.AnyTagClassName
{
color: #0ED69E;
}
</style>
background-color css
<style>
a { background-color: #0ED69E; }
a { background-color: rgb(14,214,158); }
div.DivClassName
{
background-color: #0ED69E;
}
.BgClassName
{
background-color: #0ED69E;
}
</style>
border-color css
<style>
span { border-color: #0ED69E; }
span { border-color: rgb(14,214,158); }
td.TdClassName
{
border-color: #0ED69E;
}
.TagClassName
{
border-color: #0ED69E;
}
</style>