Shades of Caribbean Green #0DD294
Tints of Caribbean Green #0DD294
RGB
CMYK
RGB Variations
Color information
#0DD294 (or 0x0DD294) is known color: Caribbean Green. HEX triplet: 0D, D2 and 94. RGB value is (13,210,148). Sum of RGB (Red+Green+Blue) = 13+210+148=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD294 is #F22D6B. Grayscale: #909090. Windows color (decimal): -15871340 or 9753101. OLE color: 9753101.
HSL color Cylindrical-coordinate representation of color #0DD294: hue angle of 161.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD294 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 148 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.18 |
| HSL | 161.12º | 0.88% | 0.44% | - |
| HSV(B) | 161.12º | 0.94% | 0.82% | - |
| XYZ | 28.56 | 48.32 | 35.84 | - |
| YUV | 144.03 | 130.23 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 148 | 0.94 | 0 | 0.30 | 0.18 | 161.12 | 0.88 | 0.44 |
| Hex | D | D2 | 94 | 5E | 0 | 1E | 12 | A1 | 58 | 2C |
| Octal | 15 | 322 | 224 | 136 | 0 | 36 | 22 | 241 | 130 | 54 |
| Binary | 1101 | 11010010 | 10010100 | 1011110 | 0 | 11110 | 10010 | 10100001 | 1011000 | 101100 |
Color Harmonies of #0DD294
Complementary color
Monochromatic Colors of #0DD294
Black with #0DD294
Text Example
Text Example
White with #0DD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD294; }
p { color: rgb(13,210,148); }
H1.HeaderClassName
{
color: #0DD294;
}
.AnyTagClassName
{
color: #0DD294;
}
</style>
background-color css
<style>
a { background-color: #0DD294; }
a { background-color: rgb(13,210,148); }
div.DivClassName
{
background-color: #0DD294;
}
.BgClassName
{
background-color: #0DD294;
}
</style>
border-color css
<style>
span { border-color: #0DD294; }
span { border-color: rgb(13,210,148); }
td.TdClassName
{
border-color: #0DD294;
}
.TagClassName
{
border-color: #0DD294;
}
</style>