Shades of Caribbean Green #0ED88C
Tints of Caribbean Green #0ED88C
RGB
CMYK
RGB Variations
Color information
#0ED88C (or 0x0ED88C) is known color: Caribbean Green. HEX triplet: 0E, D8 and 8C. RGB value is (14,216,140). Sum of RGB (Red+Green+Blue) = 14+216+140=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED88C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED88C is #F12773. Grayscale: #939393. Windows color (decimal): -15804276 or 9230350. OLE color: 9230350.
HSL color Cylindrical-coordinate representation of color #0ED88C: hue angle of 157.43º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED88C is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 216 | 140 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.15 |
| HSL | 157.43º | 0.88% | 0.45% | - |
| HSV(B) | 157.43º | 0.94% | 0.85% | - |
| XYZ | 29.47 | 51.1 | 33.12 | - |
| YUV | 146.94 | 124.08 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 140 | 0.94 | 0 | 0.35 | 0.15 | 157.43 | 0.88 | 0.45 |
| Hex | E | D8 | 8C | 5E | 0 | 23 | F | 9D | 58 | 2D |
| Octal | 16 | 330 | 214 | 136 | 0 | 43 | 17 | 235 | 130 | 55 |
| Binary | 1110 | 11011000 | 10001100 | 1011110 | 0 | 100011 | 1111 | 10011101 | 1011000 | 101101 |
Color Harmonies of #0ED88C
Complementary color
Monochromatic Colors of #0ED88C
Black with #0ED88C
Text Example
Text Example
White with #0ED88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED88C; }
p { color: rgb(14,216,140); }
H1.HeaderClassName
{
color: #0ED88C;
}
.AnyTagClassName
{
color: #0ED88C;
}
</style>
background-color css
<style>
a { background-color: #0ED88C; }
a { background-color: rgb(14,216,140); }
div.DivClassName
{
background-color: #0ED88C;
}
.BgClassName
{
background-color: #0ED88C;
}
</style>
border-color css
<style>
span { border-color: #0ED88C; }
span { border-color: rgb(14,216,140); }
td.TdClassName
{
border-color: #0ED88C;
}
.TagClassName
{
border-color: #0ED88C;
}
</style>