Shades of Caribbean Green #0DC39D
Tints of Caribbean Green #0DC39D
RGB
CMYK
RGB Variations
Color information
#0DC39D (or 0x0DC39D) is known color: Caribbean Green. HEX triplet: 0D, C3 and 9D. RGB value is (13,195,157). Sum of RGB (Red+Green+Blue) = 13+195+157=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC39D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC39D is #F23C62. Grayscale: #888888. Windows color (decimal): -15875171 or 10339085. OLE color: 10339085.
HSL color Cylindrical-coordinate representation of color #0DC39D: hue angle of 167.47º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC39D is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 157 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.24 |
| HSL | 167.47º | 0.88% | 0.41% | - |
| HSV(B) | 167.47º | 0.93% | 0.76% | - |
| XYZ | 25.77 | 41.55 | 38.56 | - |
| YUV | 136.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 157 | 0.93 | 0 | 0.19 | 0.24 | 167.47 | 0.88 | 0.41 |
| Hex | D | C3 | 9D | 5D | 0 | 13 | 18 | A7 | 58 | 29 |
| Octal | 15 | 303 | 235 | 135 | 0 | 23 | 30 | 247 | 130 | 51 |
| Binary | 1101 | 11000011 | 10011101 | 1011101 | 0 | 10011 | 11000 | 10100111 | 1011000 | 101001 |
Color Harmonies of #0DC39D
Complementary color
Monochromatic Colors of #0DC39D
Black with #0DC39D
Text Example
Text Example
White with #0DC39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC39D; }
p { color: rgb(13,195,157); }
H1.HeaderClassName
{
color: #0DC39D;
}
.AnyTagClassName
{
color: #0DC39D;
}
</style>
background-color css
<style>
a { background-color: #0DC39D; }
a { background-color: rgb(13,195,157); }
div.DivClassName
{
background-color: #0DC39D;
}
.BgClassName
{
background-color: #0DC39D;
}
</style>
border-color css
<style>
span { border-color: #0DC39D; }
span { border-color: rgb(13,195,157); }
td.TdClassName
{
border-color: #0DC39D;
}
.TagClassName
{
border-color: #0DC39D;
}
</style>