Shades of Caribbean Green #0ED69F
Tints of Caribbean Green #0ED69F
RGB
CMYK
RGB Variations
Color information
#0ED69F (or 0x0ED69F) is known color: Caribbean Green. HEX triplet: 0E, D6 and 9F. RGB value is (14,214,159). Sum of RGB (Red+Green+Blue) = 14+214+159=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED69F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED69F is #F12960. Grayscale: #939393. Windows color (decimal): -15804769 or 10475022. OLE color: 10475022.
HSL color Cylindrical-coordinate representation of color #0ED69F: hue angle of 163.5º 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 #0ED69F is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 159 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.16 |
| HSL | 163.5º | 0.88% | 0.45% | - |
| HSV(B) | 163.5º | 0.93% | 0.84% | - |
| XYZ | 30.49 | 50.69 | 40.98 | - |
| YUV | 147.93 | 134.24 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 159 | 0.93 | 0 | 0.26 | 0.16 | 163.5 | 0.88 | 0.45 |
| Hex | E | D6 | 9F | 5D | 0 | 1A | 10 | A4 | 58 | 2D |
| Octal | 16 | 326 | 237 | 135 | 0 | 32 | 20 | 244 | 130 | 55 |
| Binary | 1110 | 11010110 | 10011111 | 1011101 | 0 | 11010 | 10000 | 10100100 | 1011000 | 101101 |
Color Harmonies of #0ED69F
Complementary color
Monochromatic Colors of #0ED69F
Black with #0ED69F
Text Example
Text Example
White with #0ED69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED69F; }
p { color: rgb(14,214,159); }
H1.HeaderClassName
{
color: #0ED69F;
}
.AnyTagClassName
{
color: #0ED69F;
}
</style>
background-color css
<style>
a { background-color: #0ED69F; }
a { background-color: rgb(14,214,159); }
div.DivClassName
{
background-color: #0ED69F;
}
.BgClassName
{
background-color: #0ED69F;
}
</style>
border-color css
<style>
span { border-color: #0ED69F; }
span { border-color: rgb(14,214,159); }
td.TdClassName
{
border-color: #0ED69F;
}
.TagClassName
{
border-color: #0ED69F;
}
</style>