Shades of Caribbean Green #01D9A0
Tints of Caribbean Green #01D9A0
RGB
CMYK
RGB Variations
Color information
#01D9A0 (or 0x01D9A0) is known color: Caribbean Green. HEX triplet: 01, D9 and A0. RGB value is (1,217,160). Sum of RGB (Red+Green+Blue) = 1+217+160=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #01D9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D9A0 is #FE265F. Grayscale: #919191. Windows color (decimal): -16655968 or 10541313. OLE color: 10541313.
HSL color Cylindrical-coordinate representation of color #01D9A0: hue angle of 164.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D9A0 is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 160 | - |
| CMYK | 1.00 | 0 | 0.26 | 0.15 |
| HSL | 164.17º | 0.99% | 0.43% | - |
| HSV(B) | 164.17º | 1% | 0.85% | - |
| XYZ | 31.17 | 52.17 | 41.68 | - |
| YUV | 145.92 | 135.94 | 24.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 160 | 1.00 | 0 | 0.26 | 0.15 | 164.17 | 0.99 | 0.43 |
| Hex | 1 | D9 | A0 | 64 | 0 | 1A | F | A4 | 63 | 2B |
| Octal | 1 | 331 | 240 | 144 | 0 | 32 | 17 | 244 | 143 | 53 |
| Binary | 1 | 11011001 | 10100000 | 1100100 | 0 | 11010 | 1111 | 10100100 | 1100011 | 101011 |
Color Harmonies of #01D9A0
Complementary color
Monochromatic Colors of #01D9A0
Black with #01D9A0
Text Example
Text Example
White with #01D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D9A0; }
p { color: rgb(1,217,160); }
H1.HeaderClassName
{
color: #01D9A0;
}
.AnyTagClassName
{
color: #01D9A0;
}
</style>
background-color css
<style>
a { background-color: #01D9A0; }
a { background-color: rgb(1,217,160); }
div.DivClassName
{
background-color: #01D9A0;
}
.BgClassName
{
background-color: #01D9A0;
}
</style>
border-color css
<style>
span { border-color: #01D9A0; }
span { border-color: rgb(1,217,160); }
td.TdClassName
{
border-color: #01D9A0;
}
.TagClassName
{
border-color: #01D9A0;
}
</style>