Shades of Caribbean Green #0ED28B
Tints of Caribbean Green #0ED28B
RGB
CMYK
RGB Variations
Color information
#0ED28B (or 0x0ED28B) is known color: Caribbean Green. HEX triplet: 0E, D2 and 8B. RGB value is (14,210,139). Sum of RGB (Red+Green+Blue) = 14+210+139=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED28B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED28B is #F12D74. Grayscale: #8F8F8F. Windows color (decimal): -15805813 or 9163278. OLE color: 9163278.
HSL color Cylindrical-coordinate representation of color #0ED28B: hue angle of 158.27º degrees, saturation: 0.88, 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 #0ED28B is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 139 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.18 |
| HSL | 158.27º | 0.88% | 0.44% | - |
| HSV(B) | 158.27º | 0.93% | 0.82% | - |
| XYZ | 27.89 | 48.05 | 32.23 | - |
| YUV | 143.3 | 125.57 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 139 | 0.93 | 0 | 0.34 | 0.18 | 158.27 | 0.88 | 0.44 |
| Hex | E | D2 | 8B | 5D | 0 | 22 | 12 | 9E | 58 | 2C |
| Octal | 16 | 322 | 213 | 135 | 0 | 42 | 22 | 236 | 130 | 54 |
| Binary | 1110 | 11010010 | 10001011 | 1011101 | 0 | 100010 | 10010 | 10011110 | 1011000 | 101100 |
Color Harmonies of #0ED28B
Complementary color
Monochromatic Colors of #0ED28B
Black with #0ED28B
Text Example
Text Example
White with #0ED28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED28B; }
p { color: rgb(14,210,139); }
H1.HeaderClassName
{
color: #0ED28B;
}
.AnyTagClassName
{
color: #0ED28B;
}
</style>
background-color css
<style>
a { background-color: #0ED28B; }
a { background-color: rgb(14,210,139); }
div.DivClassName
{
background-color: #0ED28B;
}
.BgClassName
{
background-color: #0ED28B;
}
</style>
border-color css
<style>
span { border-color: #0ED28B; }
span { border-color: rgb(14,210,139); }
td.TdClassName
{
border-color: #0ED28B;
}
.TagClassName
{
border-color: #0ED28B;
}
</style>