Shades of Caribbean Green #0DC39A
Tints of Caribbean Green #0DC39A
RGB
CMYK
RGB Variations
Color information
#0DC39A (or 0x0DC39A) is known color: Caribbean Green. HEX triplet: 0D, C3 and 9A. RGB value is (13,195,154). Sum of RGB (Red+Green+Blue) = 13+195+154=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC39A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC39A is #F23C65. Grayscale: #878787. Windows color (decimal): -15875174 or 10142477. OLE color: 10142477.
HSL color Cylindrical-coordinate representation of color #0DC39A: hue angle of 166.48º 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 #0DC39A is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 154 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.24 |
| HSL | 166.48º | 0.88% | 0.41% | - |
| HSV(B) | 166.48º | 0.93% | 0.76% | - |
| XYZ | 25.51 | 41.45 | 37.23 | - |
| YUV | 135.91 | 138.2 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 154 | 0.93 | 0 | 0.21 | 0.24 | 166.48 | 0.88 | 0.41 |
| Hex | D | C3 | 9A | 5D | 0 | 15 | 18 | A6 | 58 | 29 |
| Octal | 15 | 303 | 232 | 135 | 0 | 25 | 30 | 246 | 130 | 51 |
| Binary | 1101 | 11000011 | 10011010 | 1011101 | 0 | 10101 | 11000 | 10100110 | 1011000 | 101001 |
Color Harmonies of #0DC39A
Complementary color
Monochromatic Colors of #0DC39A
Black with #0DC39A
Text Example
Text Example
White with #0DC39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC39A; }
p { color: rgb(13,195,154); }
H1.HeaderClassName
{
color: #0DC39A;
}
.AnyTagClassName
{
color: #0DC39A;
}
</style>
background-color css
<style>
a { background-color: #0DC39A; }
a { background-color: rgb(13,195,154); }
div.DivClassName
{
background-color: #0DC39A;
}
.BgClassName
{
background-color: #0DC39A;
}
</style>
border-color css
<style>
span { border-color: #0DC39A; }
span { border-color: rgb(13,195,154); }
td.TdClassName
{
border-color: #0DC39A;
}
.TagClassName
{
border-color: #0DC39A;
}
</style>