Shades of Caribbean Green #0DC99D
Tints of Caribbean Green #0DC99D
RGB
CMYK
RGB Variations
Color information
#0DC99D (or 0x0DC99D) is known color: Caribbean Green. HEX triplet: 0D, C9 and 9D. RGB value is (13,201,157). Sum of RGB (Red+Green+Blue) = 13+201+157=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC99D is #F23662. Grayscale: #8B8B8B. Windows color (decimal): -15873635 or 10340621. OLE color: 10340621.
HSL color Cylindrical-coordinate representation of color #0DC99D: hue angle of 165.96º 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 #0DC99D is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 157 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.21 |
| HSL | 165.96º | 0.88% | 0.42% | - |
| HSV(B) | 165.96º | 0.94% | 0.79% | - |
| XYZ | 27.14 | 44.29 | 39.02 | - |
| YUV | 139.77 | 137.72 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 157 | 0.94 | 0 | 0.22 | 0.21 | 165.96 | 0.88 | 0.42 |
| Hex | D | C9 | 9D | 5E | 0 | 16 | 15 | A6 | 58 | 2A |
| Octal | 15 | 311 | 235 | 136 | 0 | 26 | 25 | 246 | 130 | 52 |
| Binary | 1101 | 11001001 | 10011101 | 1011110 | 0 | 10110 | 10101 | 10100110 | 1011000 | 101010 |
Color Harmonies of #0DC99D
Complementary color
Monochromatic Colors of #0DC99D
Black with #0DC99D
Text Example
Text Example
White with #0DC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC99D; }
p { color: rgb(13,201,157); }
H1.HeaderClassName
{
color: #0DC99D;
}
.AnyTagClassName
{
color: #0DC99D;
}
</style>
background-color css
<style>
a { background-color: #0DC99D; }
a { background-color: rgb(13,201,157); }
div.DivClassName
{
background-color: #0DC99D;
}
.BgClassName
{
background-color: #0DC99D;
}
</style>
border-color css
<style>
span { border-color: #0DC99D; }
span { border-color: rgb(13,201,157); }
td.TdClassName
{
border-color: #0DC99D;
}
.TagClassName
{
border-color: #0DC99D;
}
</style>