Shades of Caribbean Green #0DC98A
Tints of Caribbean Green #0DC98A
RGB
CMYK
RGB Variations
Color information
#0DC98A (or 0x0DC98A) is known color: Caribbean Green. HEX triplet: 0D, C9 and 8A. RGB value is (13,201,138). Sum of RGB (Red+Green+Blue) = 13+201+138=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC98A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC98A is #F23675. Grayscale: #898989. Windows color (decimal): -15873654 or 9095437. OLE color: 9095437.
HSL color Cylindrical-coordinate representation of color #0DC98A: hue angle of 159.89º 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 #0DC98A is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 138 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.21 |
| HSL | 159.89º | 0.88% | 0.42% | - |
| HSV(B) | 159.89º | 0.94% | 0.79% | - |
| XYZ | 25.64 | 43.69 | 31.13 | - |
| YUV | 137.61 | 128.22 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 138 | 0.94 | 0 | 0.31 | 0.21 | 159.89 | 0.88 | 0.42 |
| Hex | D | C9 | 8A | 5E | 0 | 1F | 15 | A0 | 58 | 2A |
| Octal | 15 | 311 | 212 | 136 | 0 | 37 | 25 | 240 | 130 | 52 |
| Binary | 1101 | 11001001 | 10001010 | 1011110 | 0 | 11111 | 10101 | 10100000 | 1011000 | 101010 |
Color Harmonies of #0DC98A
Complementary color
Monochromatic Colors of #0DC98A
Black with #0DC98A
Text Example
Text Example
White with #0DC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC98A; }
p { color: rgb(13,201,138); }
H1.HeaderClassName
{
color: #0DC98A;
}
.AnyTagClassName
{
color: #0DC98A;
}
</style>
background-color css
<style>
a { background-color: #0DC98A; }
a { background-color: rgb(13,201,138); }
div.DivClassName
{
background-color: #0DC98A;
}
.BgClassName
{
background-color: #0DC98A;
}
</style>
border-color css
<style>
span { border-color: #0DC98A; }
span { border-color: rgb(13,201,138); }
td.TdClassName
{
border-color: #0DC98A;
}
.TagClassName
{
border-color: #0DC98A;
}
</style>