Shades of Caribbean Green #0EDF90
Tints of Caribbean Green #0EDF90
RGB
CMYK
RGB Variations
Color information
#0EDF90 (or 0x0EDF90) is known color: Caribbean Green. HEX triplet: 0E, DF and 90. RGB value is (14,223,144). Sum of RGB (Red+Green+Blue) = 14+223+144=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDF90 is #F1206F. Grayscale: #979797. Windows color (decimal): -15802480 or 9494286. OLE color: 9494286.
HSL color Cylindrical-coordinate representation of color #0EDF90: hue angle of 157.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF90 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 144 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.13 |
| HSL | 157.32º | 0.88% | 0.46% | - |
| HSV(B) | 157.32º | 0.94% | 0.87% | - |
| XYZ | 31.6 | 54.88 | 35.31 | - |
| YUV | 151.5 | 123.76 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 144 | 0.94 | 0 | 0.35 | 0.13 | 157.32 | 0.88 | 0.46 |
| Hex | E | DF | 90 | 5E | 0 | 23 | D | 9D | 58 | 2E |
| Octal | 16 | 337 | 220 | 136 | 0 | 43 | 15 | 235 | 130 | 56 |
| Binary | 1110 | 11011111 | 10010000 | 1011110 | 0 | 100011 | 1101 | 10011101 | 1011000 | 101110 |
Color Harmonies of #0EDF90
Complementary color
Monochromatic Colors of #0EDF90
Black with #0EDF90
Text Example
Text Example
White with #0EDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF90; }
p { color: rgb(14,223,144); }
H1.HeaderClassName
{
color: #0EDF90;
}
.AnyTagClassName
{
color: #0EDF90;
}
</style>
background-color css
<style>
a { background-color: #0EDF90; }
a { background-color: rgb(14,223,144); }
div.DivClassName
{
background-color: #0EDF90;
}
.BgClassName
{
background-color: #0EDF90;
}
</style>
border-color css
<style>
span { border-color: #0EDF90; }
span { border-color: rgb(14,223,144); }
td.TdClassName
{
border-color: #0EDF90;
}
.TagClassName
{
border-color: #0EDF90;
}
</style>