Shades of Caribbean Green #0EE299
Tints of Caribbean Green #0EE299
RGB
CMYK
RGB Variations
Color information
#0EE299 (or 0x0EE299) is known color: Caribbean Green. HEX triplet: 0E, E2 and 99. RGB value is (14,226,153). Sum of RGB (Red+Green+Blue) = 14+226+153=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 226 (88.67% from 255 or 57.51% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE299 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE299 is #F11D66. Grayscale: #9A9A9A. Windows color (decimal): -15801703 or 10084878. OLE color: 10084878.
HSL color Cylindrical-coordinate representation of color #0EE299: hue angle of 159.34º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE299 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 226 | 153 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.11 |
| HSL | 159.34º | 0.88% | 0.47% | - |
| HSV(B) | 159.34º | 0.94% | 0.89% | - |
| XYZ | 33.13 | 56.79 | 39.35 | - |
| YUV | 154.29 | 127.26 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 153 | 0.94 | 0 | 0.32 | 0.11 | 159.34 | 0.88 | 0.47 |
| Hex | E | E2 | 99 | 5E | 0 | 20 | B | 9F | 58 | 2F |
| Octal | 16 | 342 | 231 | 136 | 0 | 40 | 13 | 237 | 130 | 57 |
| Binary | 1110 | 11100010 | 10011001 | 1011110 | 0 | 100000 | 1011 | 10011111 | 1011000 | 101111 |
Color Harmonies of #0EE299
Complementary color
Monochromatic Colors of #0EE299
Black with #0EE299
Text Example
Text Example
White with #0EE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE299; }
p { color: rgb(14,226,153); }
H1.HeaderClassName
{
color: #0EE299;
}
.AnyTagClassName
{
color: #0EE299;
}
</style>
background-color css
<style>
a { background-color: #0EE299; }
a { background-color: rgb(14,226,153); }
div.DivClassName
{
background-color: #0EE299;
}
.BgClassName
{
background-color: #0EE299;
}
</style>
border-color css
<style>
span { border-color: #0EE299; }
span { border-color: rgb(14,226,153); }
td.TdClassName
{
border-color: #0EE299;
}
.TagClassName
{
border-color: #0EE299;
}
</style>