Shades of Caribbean Green #0ED98C
Tints of Caribbean Green #0ED98C
RGB
CMYK
RGB Variations
Color information
#0ED98C (or 0x0ED98C) is known color: Caribbean Green. HEX triplet: 0E, D9 and 8C. RGB value is (14,217,140). Sum of RGB (Red+Green+Blue) = 14+217+140=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED98C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED98C is #F12673. Grayscale: #939393. Windows color (decimal): -15804020 or 9230606. OLE color: 9230606.
HSL color Cylindrical-coordinate representation of color #0ED98C: hue angle of 157.24º 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 #0ED98C is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 140 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.15 |
| HSL | 157.24º | 0.88% | 0.45% | - |
| HSV(B) | 157.24º | 0.94% | 0.85% | - |
| XYZ | 29.73 | 51.61 | 33.21 | - |
| YUV | 147.53 | 123.75 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 140 | 0.94 | 0 | 0.35 | 0.15 | 157.24 | 0.88 | 0.45 |
| Hex | E | D9 | 8C | 5E | 0 | 23 | F | 9D | 58 | 2D |
| Octal | 16 | 331 | 214 | 136 | 0 | 43 | 17 | 235 | 130 | 55 |
| Binary | 1110 | 11011001 | 10001100 | 1011110 | 0 | 100011 | 1111 | 10011101 | 1011000 | 101101 |
Color Harmonies of #0ED98C
Complementary color
Monochromatic Colors of #0ED98C
Black with #0ED98C
Text Example
Text Example
White with #0ED98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED98C; }
p { color: rgb(14,217,140); }
H1.HeaderClassName
{
color: #0ED98C;
}
.AnyTagClassName
{
color: #0ED98C;
}
</style>
background-color css
<style>
a { background-color: #0ED98C; }
a { background-color: rgb(14,217,140); }
div.DivClassName
{
background-color: #0ED98C;
}
.BgClassName
{
background-color: #0ED98C;
}
</style>
border-color css
<style>
span { border-color: #0ED98C; }
span { border-color: rgb(14,217,140); }
td.TdClassName
{
border-color: #0ED98C;
}
.TagClassName
{
border-color: #0ED98C;
}
</style>