Shades of Caribbean Green #01DD9A
Tints of Caribbean Green #01DD9A
RGB
CMYK
RGB Variations
Color information
#01DD9A (or 0x01DD9A) is known color: Caribbean Green. HEX triplet: 01, DD and 9A. RGB value is (1,221,154). Sum of RGB (Red+Green+Blue) = 1+221+154=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DD9A is #FE2265. Grayscale: #939393. Windows color (decimal): -16654950 or 10149121. OLE color: 10149121.
HSL color Cylindrical-coordinate representation of color #01DD9A: hue angle of 161.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD9A is Cyan = 1.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 154 | - |
| CMYK | 1.00 | 0 | 0.30 | 0.13 |
| HSL | 161.73º | 0.99% | 0.44% | - |
| HSV(B) | 161.73º | 1% | 0.87% | - |
| XYZ | 31.7 | 54.05 | 39.33 | - |
| YUV | 147.58 | 131.61 | 23.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 154 | 1.00 | 0 | 0.30 | 0.13 | 161.73 | 0.99 | 0.44 |
| Hex | 1 | DD | 9A | 64 | 0 | 1E | D | A2 | 63 | 2C |
| Octal | 1 | 335 | 232 | 144 | 0 | 36 | 15 | 242 | 143 | 54 |
| Binary | 1 | 11011101 | 10011010 | 1100100 | 0 | 11110 | 1101 | 10100010 | 1100011 | 101100 |
Color Harmonies of #01DD9A
Complementary color
Monochromatic Colors of #01DD9A
Black with #01DD9A
Text Example
Text Example
White with #01DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD9A; }
p { color: rgb(1,221,154); }
H1.HeaderClassName
{
color: #01DD9A;
}
.AnyTagClassName
{
color: #01DD9A;
}
</style>
background-color css
<style>
a { background-color: #01DD9A; }
a { background-color: rgb(1,221,154); }
div.DivClassName
{
background-color: #01DD9A;
}
.BgClassName
{
background-color: #01DD9A;
}
</style>
border-color css
<style>
span { border-color: #01DD9A; }
span { border-color: rgb(1,221,154); }
td.TdClassName
{
border-color: #01DD9A;
}
.TagClassName
{
border-color: #01DD9A;
}
</style>