Shades of Caribbean Green #0EDF8C
Tints of Caribbean Green #0EDF8C
RGB
CMYK
RGB Variations
Color information
#0EDF8C (or 0x0EDF8C) is known color: Caribbean Green. HEX triplet: 0E, DF and 8C. RGB value is (14,223,140). Sum of RGB (Red+Green+Blue) = 14+223+140=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDF8C is #F12073. Grayscale: #979797. Windows color (decimal): -15802484 or 9232142. OLE color: 9232142.
HSL color Cylindrical-coordinate representation of color #0EDF8C: hue angle of 156.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF8C is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 140 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.13 |
| HSL | 156.17º | 0.88% | 0.46% | - |
| HSV(B) | 156.17º | 0.94% | 0.87% | - |
| XYZ | 31.3 | 54.76 | 33.73 | - |
| YUV | 151.05 | 121.76 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 140 | 0.94 | 0 | 0.37 | 0.13 | 156.17 | 0.88 | 0.46 |
| Hex | E | DF | 8C | 5E | 0 | 25 | D | 9C | 58 | 2E |
| Octal | 16 | 337 | 214 | 136 | 0 | 45 | 15 | 234 | 130 | 56 |
| Binary | 1110 | 11011111 | 10001100 | 1011110 | 0 | 100101 | 1101 | 10011100 | 1011000 | 101110 |
Color Harmonies of #0EDF8C
Complementary color
Monochromatic Colors of #0EDF8C
Black with #0EDF8C
Text Example
Text Example
White with #0EDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF8C; }
p { color: rgb(14,223,140); }
H1.HeaderClassName
{
color: #0EDF8C;
}
.AnyTagClassName
{
color: #0EDF8C;
}
</style>
background-color css
<style>
a { background-color: #0EDF8C; }
a { background-color: rgb(14,223,140); }
div.DivClassName
{
background-color: #0EDF8C;
}
.BgClassName
{
background-color: #0EDF8C;
}
</style>
border-color css
<style>
span { border-color: #0EDF8C; }
span { border-color: rgb(14,223,140); }
td.TdClassName
{
border-color: #0EDF8C;
}
.TagClassName
{
border-color: #0EDF8C;
}
</style>