Shades of Caribbean Green #0EE09D
Tints of Caribbean Green #0EE09D
RGB
CMYK
RGB Variations
Color information
#0EE09D (or 0x0EE09D) is known color: Caribbean Green. HEX triplet: 0E, E0 and 9D. RGB value is (14,224,157). Sum of RGB (Red+Green+Blue) = 14+224+157=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE09D is #F11F62. Grayscale: #999999. Windows color (decimal): -15802211 or 10346510. OLE color: 10346510.
HSL color Cylindrical-coordinate representation of color #0EE09D: hue angle of 160.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE09D is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 157 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.12 |
| HSL | 160.86º | 0.88% | 0.47% | - |
| HSV(B) | 160.86º | 0.94% | 0.88% | - |
| XYZ | 32.92 | 55.84 | 40.94 | - |
| YUV | 153.57 | 129.93 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 157 | 0.94 | 0 | 0.30 | 0.12 | 160.86 | 0.88 | 0.47 |
| Hex | E | E0 | 9D | 5E | 0 | 1E | C | A1 | 58 | 2F |
| Octal | 16 | 340 | 235 | 136 | 0 | 36 | 14 | 241 | 130 | 57 |
| Binary | 1110 | 11100000 | 10011101 | 1011110 | 0 | 11110 | 1100 | 10100001 | 1011000 | 101111 |
Color Harmonies of #0EE09D
Complementary color
Monochromatic Colors of #0EE09D
Black with #0EE09D
Text Example
Text Example
White with #0EE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE09D; }
p { color: rgb(14,224,157); }
H1.HeaderClassName
{
color: #0EE09D;
}
.AnyTagClassName
{
color: #0EE09D;
}
</style>
background-color css
<style>
a { background-color: #0EE09D; }
a { background-color: rgb(14,224,157); }
div.DivClassName
{
background-color: #0EE09D;
}
.BgClassName
{
background-color: #0EE09D;
}
</style>
border-color css
<style>
span { border-color: #0EE09D; }
span { border-color: rgb(14,224,157); }
td.TdClassName
{
border-color: #0EE09D;
}
.TagClassName
{
border-color: #0EE09D;
}
</style>