Shades of Caribbean Green #0ED791
Tints of Caribbean Green #0ED791
RGB
CMYK
RGB Variations
Color information
#0ED791 (or 0x0ED791) is known color: Caribbean Green. HEX triplet: 0E, D7 and 91. RGB value is (14,215,145). Sum of RGB (Red+Green+Blue) = 14+215+145=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED791 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED791 is #F1286E. Grayscale: #929292. Windows color (decimal): -15804527 or 9557774. OLE color: 9557774.
HSL color Cylindrical-coordinate representation of color #0ED791: hue angle of 159.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED791 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 145 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.16 |
| HSL | 159.1º | 0.88% | 0.45% | - |
| HSV(B) | 159.1º | 0.93% | 0.84% | - |
| XYZ | 29.59 | 50.74 | 35.02 | - |
| YUV | 146.92 | 126.91 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 145 | 0.93 | 0 | 0.33 | 0.16 | 159.1 | 0.88 | 0.45 |
| Hex | E | D7 | 91 | 5D | 0 | 21 | 10 | 9F | 58 | 2D |
| Octal | 16 | 327 | 221 | 135 | 0 | 41 | 20 | 237 | 130 | 55 |
| Binary | 1110 | 11010111 | 10010001 | 1011101 | 0 | 100001 | 10000 | 10011111 | 1011000 | 101101 |
Color Harmonies of #0ED791
Complementary color
Monochromatic Colors of #0ED791
Black with #0ED791
Text Example
Text Example
White with #0ED791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED791; }
p { color: rgb(14,215,145); }
H1.HeaderClassName
{
color: #0ED791;
}
.AnyTagClassName
{
color: #0ED791;
}
</style>
background-color css
<style>
a { background-color: #0ED791; }
a { background-color: rgb(14,215,145); }
div.DivClassName
{
background-color: #0ED791;
}
.BgClassName
{
background-color: #0ED791;
}
</style>
border-color css
<style>
span { border-color: #0ED791; }
span { border-color: rgb(14,215,145); }
td.TdClassName
{
border-color: #0ED791;
}
.TagClassName
{
border-color: #0ED791;
}
</style>