Shades of Caribbean Green #0DD18A
Tints of Caribbean Green #0DD18A
RGB
CMYK
RGB Variations
Color information
#0DD18A (or 0x0DD18A) is known color: Caribbean Green. HEX triplet: 0D, D1 and 8A. RGB value is (13,209,138). Sum of RGB (Red+Green+Blue) = 13+209+138=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD18A is #F22E75. Grayscale: #8E8E8E. Windows color (decimal): -15871606 or 9097485. OLE color: 9097485.
HSL color Cylindrical-coordinate representation of color #0DD18A: 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.94%. Process color model (Four color, CMYK) of #0DD18A is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 138 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.18 |
| HSL | 158.27º | 0.88% | 0.44% | - |
| HSV(B) | 158.27º | 0.94% | 0.82% | - |
| XYZ | 27.55 | 47.52 | 31.77 | - |
| YUV | 142.3 | 125.57 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 138 | 0.94 | 0 | 0.34 | 0.18 | 158.27 | 0.88 | 0.44 |
| Hex | D | D1 | 8A | 5E | 0 | 22 | 12 | 9E | 58 | 2C |
| Octal | 15 | 321 | 212 | 136 | 0 | 42 | 22 | 236 | 130 | 54 |
| Binary | 1101 | 11010001 | 10001010 | 1011110 | 0 | 100010 | 10010 | 10011110 | 1011000 | 101100 |
Color Harmonies of #0DD18A
Complementary color
Monochromatic Colors of #0DD18A
Black with #0DD18A
Text Example
Text Example
White with #0DD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD18A; }
p { color: rgb(13,209,138); }
H1.HeaderClassName
{
color: #0DD18A;
}
.AnyTagClassName
{
color: #0DD18A;
}
</style>
background-color css
<style>
a { background-color: #0DD18A; }
a { background-color: rgb(13,209,138); }
div.DivClassName
{
background-color: #0DD18A;
}
.BgClassName
{
background-color: #0DD18A;
}
</style>
border-color css
<style>
span { border-color: #0DD18A; }
span { border-color: rgb(13,209,138); }
td.TdClassName
{
border-color: #0DD18A;
}
.TagClassName
{
border-color: #0DD18A;
}
</style>