Shades of Caribbean Green #0DCA8D
Tints of Caribbean Green #0DCA8D
RGB
CMYK
RGB Variations
Color information
#0DCA8D (or 0x0DCA8D) is known color: Caribbean Green. HEX triplet: 0D, CA and 8D. RGB value is (13,202,141). Sum of RGB (Red+Green+Blue) = 13+202+141=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCA8D is #F23572. Grayscale: #8A8A8A. Windows color (decimal): -15873395 or 9292301. OLE color: 9292301.
HSL color Cylindrical-coordinate representation of color #0DCA8D: hue angle of 160.63º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA8D is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 141 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.21 |
| HSL | 160.63º | 0.88% | 0.42% | - |
| HSV(B) | 160.63º | 0.94% | 0.79% | - |
| XYZ | 26.09 | 44.25 | 32.37 | - |
| YUV | 138.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 141 | 0.94 | 0 | 0.30 | 0.21 | 160.63 | 0.88 | 0.42 |
| Hex | D | CA | 8D | 5E | 0 | 1E | 15 | A1 | 58 | 2A |
| Octal | 15 | 312 | 215 | 136 | 0 | 36 | 25 | 241 | 130 | 52 |
| Binary | 1101 | 11001010 | 10001101 | 1011110 | 0 | 11110 | 10101 | 10100001 | 1011000 | 101010 |
Color Harmonies of #0DCA8D
Complementary color
Monochromatic Colors of #0DCA8D
Black with #0DCA8D
Text Example
Text Example
White with #0DCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA8D; }
p { color: rgb(13,202,141); }
H1.HeaderClassName
{
color: #0DCA8D;
}
.AnyTagClassName
{
color: #0DCA8D;
}
</style>
background-color css
<style>
a { background-color: #0DCA8D; }
a { background-color: rgb(13,202,141); }
div.DivClassName
{
background-color: #0DCA8D;
}
.BgClassName
{
background-color: #0DCA8D;
}
</style>
border-color css
<style>
span { border-color: #0DCA8D; }
span { border-color: rgb(13,202,141); }
td.TdClassName
{
border-color: #0DCA8D;
}
.TagClassName
{
border-color: #0DCA8D;
}
</style>