Shades of Caribbean Green #0ED181
Tints of Caribbean Green #0ED181
RGB
CMYK
RGB Variations
Color information
#0ED181 (or 0x0ED181) is known color: Caribbean Green. HEX triplet: 0E, D1 and 81. RGB value is (14,209,129). Sum of RGB (Red+Green+Blue) = 14+209+129=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED181 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED181 is #F12E7E. Grayscale: #8D8D8D. Windows color (decimal): -15806079 or 8507662. OLE color: 8507662.
HSL color Cylindrical-coordinate representation of color #0ED181: hue angle of 155.38º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED181 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 209 | 129 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.18 |
| HSL | 155.38º | 0.87% | 0.44% | - |
| HSV(B) | 155.38º | 0.93% | 0.82% | - |
| XYZ | 26.94 | 47.28 | 28.47 | - |
| YUV | 141.58 | 120.9 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 209 | 129 | 0.93 | 0 | 0.38 | 0.18 | 155.38 | 0.87 | 0.44 |
| Hex | E | D1 | 81 | 5D | 0 | 26 | 12 | 9B | 57 | 2C |
| Octal | 16 | 321 | 201 | 135 | 0 | 46 | 22 | 233 | 127 | 54 |
| Binary | 1110 | 11010001 | 10000001 | 1011101 | 0 | 100110 | 10010 | 10011011 | 1010111 | 101100 |
Color Harmonies of #0ED181
Complementary color
Monochromatic Colors of #0ED181
Black with #0ED181
Text Example
Text Example
White with #0ED181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED181; }
p { color: rgb(14,209,129); }
H1.HeaderClassName
{
color: #0ED181;
}
.AnyTagClassName
{
color: #0ED181;
}
</style>
background-color css
<style>
a { background-color: #0ED181; }
a { background-color: rgb(14,209,129); }
div.DivClassName
{
background-color: #0ED181;
}
.BgClassName
{
background-color: #0ED181;
}
</style>
border-color css
<style>
span { border-color: #0ED181; }
span { border-color: rgb(14,209,129); }
td.TdClassName
{
border-color: #0ED181;
}
.TagClassName
{
border-color: #0ED181;
}
</style>