Shades of Caribbean Green #01D2A0
Tints of Caribbean Green #01D2A0
RGB
CMYK
RGB Variations
Color information
#01D2A0 (or 0x01D2A0) is known color: Caribbean Green. HEX triplet: 01, D2 and A0. RGB value is (1,210,160). Sum of RGB (Red+Green+Blue) = 1+210+160=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #01D2A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D2A0 is #FE2D5F. Grayscale: #8D8D8D. Windows color (decimal): -16657760 or 10539521. OLE color: 10539521.
HSL color Cylindrical-coordinate representation of color #01D2A0: hue angle of 165.65º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D2A0 is Cyan = 1.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 160 | - |
| CMYK | 1.00 | 0 | 0.24 | 0.18 |
| HSL | 165.65º | 0.99% | 0.41% | - |
| HSV(B) | 165.65º | 1% | 0.82% | - |
| XYZ | 29.4 | 48.64 | 41.1 | - |
| YUV | 141.81 | 138.26 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 160 | 1.00 | 0 | 0.24 | 0.18 | 165.65 | 0.99 | 0.41 |
| Hex | 1 | D2 | A0 | 64 | 0 | 18 | 12 | A6 | 63 | 29 |
| Octal | 1 | 322 | 240 | 144 | 0 | 30 | 22 | 246 | 143 | 51 |
| Binary | 1 | 11010010 | 10100000 | 1100100 | 0 | 11000 | 10010 | 10100110 | 1100011 | 101001 |
Color Harmonies of #01D2A0
Complementary color
Monochromatic Colors of #01D2A0
Black with #01D2A0
Text Example
Text Example
White with #01D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D2A0; }
p { color: rgb(1,210,160); }
H1.HeaderClassName
{
color: #01D2A0;
}
.AnyTagClassName
{
color: #01D2A0;
}
</style>
background-color css
<style>
a { background-color: #01D2A0; }
a { background-color: rgb(1,210,160); }
div.DivClassName
{
background-color: #01D2A0;
}
.BgClassName
{
background-color: #01D2A0;
}
</style>
border-color css
<style>
span { border-color: #01D2A0; }
span { border-color: rgb(1,210,160); }
td.TdClassName
{
border-color: #01D2A0;
}
.TagClassName
{
border-color: #01D2A0;
}
</style>