Shades of Caribbean Green #0EDC9A
Tints of Caribbean Green #0EDC9A
RGB
CMYK
RGB Variations
Color information
#0EDC9A (or 0x0EDC9A) is known color: Caribbean Green. HEX triplet: 0E, DC and 9A. RGB value is (14,220,154). Sum of RGB (Red+Green+Blue) = 14+220+154=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDC9A is #F12365. Grayscale: #969696. Windows color (decimal): -15803238 or 10148878. OLE color: 10148878.
HSL color Cylindrical-coordinate representation of color #0EDC9A: hue angle of 160.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC9A is Cyan = 0.94, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 154 | - |
| CMYK | 0.94 | 0 | 0.3 | 0.14 |
| HSL | 160.78º | 0.88% | 0.46% | - |
| HSV(B) | 160.78º | 0.94% | 0.86% | - |
| XYZ | 31.61 | 53.61 | 39.25 | - |
| YUV | 150.88 | 129.75 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 154 | 0.94 | 0 | 0.3 | 0.14 | 160.78 | 0.88 | 0.46 |
| Hex | E | DC | 9A | 5E | 0 | 1E | E | A1 | 58 | 2E |
| Octal | 16 | 334 | 232 | 136 | 0 | 36 | 16 | 241 | 130 | 56 |
| Binary | 1110 | 11011100 | 10011010 | 1011110 | 0 | 11110 | 1110 | 10100001 | 1011000 | 101110 |
Color Harmonies of #0EDC9A
Complementary color
Monochromatic Colors of #0EDC9A
Black with #0EDC9A
Text Example
Text Example
White with #0EDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC9A; }
p { color: rgb(14,220,154); }
H1.HeaderClassName
{
color: #0EDC9A;
}
.AnyTagClassName
{
color: #0EDC9A;
}
</style>
background-color css
<style>
a { background-color: #0EDC9A; }
a { background-color: rgb(14,220,154); }
div.DivClassName
{
background-color: #0EDC9A;
}
.BgClassName
{
background-color: #0EDC9A;
}
</style>
border-color css
<style>
span { border-color: #0EDC9A; }
span { border-color: rgb(14,220,154); }
td.TdClassName
{
border-color: #0EDC9A;
}
.TagClassName
{
border-color: #0EDC9A;
}
</style>