Shades of Caribbean Green #0ED295
Tints of Caribbean Green #0ED295
RGB
CMYK
RGB Variations
Color information
#0ED295 (or 0x0ED295) is known color: Caribbean Green. HEX triplet: 0E, D2 and 95. RGB value is (14,210,149). Sum of RGB (Red+Green+Blue) = 14+210+149=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED295 is #F12D6A. Grayscale: #909090. Windows color (decimal): -15805803 or 9818638. OLE color: 9818638.
HSL color Cylindrical-coordinate representation of color #0ED295: hue angle of 161.33º 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 #0ED295 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 149 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.18 |
| HSL | 161.33º | 0.88% | 0.44% | - |
| HSV(B) | 161.33º | 0.93% | 0.82% | - |
| XYZ | 28.65 | 48.36 | 36.26 | - |
| YUV | 144.44 | 130.57 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 149 | 0.93 | 0 | 0.29 | 0.18 | 161.33 | 0.88 | 0.44 |
| Hex | E | D2 | 95 | 5D | 0 | 1D | 12 | A1 | 58 | 2C |
| Octal | 16 | 322 | 225 | 135 | 0 | 35 | 22 | 241 | 130 | 54 |
| Binary | 1110 | 11010010 | 10010101 | 1011101 | 0 | 11101 | 10010 | 10100001 | 1011000 | 101100 |
Color Harmonies of #0ED295
Complementary color
Monochromatic Colors of #0ED295
Black with #0ED295
Text Example
Text Example
White with #0ED295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED295; }
p { color: rgb(14,210,149); }
H1.HeaderClassName
{
color: #0ED295;
}
.AnyTagClassName
{
color: #0ED295;
}
</style>
background-color css
<style>
a { background-color: #0ED295; }
a { background-color: rgb(14,210,149); }
div.DivClassName
{
background-color: #0ED295;
}
.BgClassName
{
background-color: #0ED295;
}
</style>
border-color css
<style>
span { border-color: #0ED295; }
span { border-color: rgb(14,210,149); }
td.TdClassName
{
border-color: #0ED295;
}
.TagClassName
{
border-color: #0ED295;
}
</style>