Shades of Caribbean Green #0DDA93
Tints of Caribbean Green #0DDA93
RGB
CMYK
RGB Variations
Color information
#0DDA93 (or 0x0DDA93) is known color: Caribbean Green. HEX triplet: 0D, DA and 93. RGB value is (13,218,147). Sum of RGB (Red+Green+Blue) = 13+218+147=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDA93 is #F2256C. Grayscale: #949494. Windows color (decimal): -15869293 or 9689613. OLE color: 9689613.
HSL color Cylindrical-coordinate representation of color #0DDA93: hue angle of 159.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDA93 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 147 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.15 |
| HSL | 159.22º | 0.89% | 0.45% | - |
| HSV(B) | 159.22º | 0.94% | 0.85% | - |
| XYZ | 30.5 | 52.33 | 36.1 | - |
| YUV | 148.61 | 127.08 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 147 | 0.94 | 0 | 0.33 | 0.15 | 159.22 | 0.89 | 0.45 |
| Hex | D | DA | 93 | 5E | 0 | 21 | F | 9F | 59 | 2D |
| Octal | 15 | 332 | 223 | 136 | 0 | 41 | 17 | 237 | 131 | 55 |
| Binary | 1101 | 11011010 | 10010011 | 1011110 | 0 | 100001 | 1111 | 10011111 | 1011001 | 101101 |
Color Harmonies of #0DDA93
Complementary color
Monochromatic Colors of #0DDA93
Black with #0DDA93
Text Example
Text Example
White with #0DDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA93; }
p { color: rgb(13,218,147); }
H1.HeaderClassName
{
color: #0DDA93;
}
.AnyTagClassName
{
color: #0DDA93;
}
</style>
background-color css
<style>
a { background-color: #0DDA93; }
a { background-color: rgb(13,218,147); }
div.DivClassName
{
background-color: #0DDA93;
}
.BgClassName
{
background-color: #0DDA93;
}
</style>
border-color css
<style>
span { border-color: #0DDA93; }
span { border-color: rgb(13,218,147); }
td.TdClassName
{
border-color: #0DDA93;
}
.TagClassName
{
border-color: #0DDA93;
}
</style>