Shades of Caribbean Green #01D09F
Tints of Caribbean Green #01D09F
RGB
CMYK
RGB Variations
Color information
#01D09F (or 0x01D09F) is known color: Caribbean Green. HEX triplet: 01, D0 and 9F. RGB value is (1,208,159). Sum of RGB (Red+Green+Blue) = 1+208+159=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #01D09F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D09F is #FE2F60. Grayscale: #8C8C8C. Windows color (decimal): -16658273 or 10473473. OLE color: 10473473.
HSL color Cylindrical-coordinate representation of color #01D09F: hue angle of 165.8º 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 #01D09F is Cyan = 1.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 159 | - |
| CMYK | 1.00 | 0 | 0.24 | 0.18 |
| HSL | 165.8º | 0.99% | 0.41% | - |
| HSV(B) | 165.8º | 1% | 0.82% | - |
| XYZ | 28.83 | 47.62 | 40.47 | - |
| YUV | 140.52 | 138.42 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 159 | 1.00 | 0 | 0.24 | 0.18 | 165.8 | 0.99 | 0.41 |
| Hex | 1 | D0 | 9F | 64 | 0 | 18 | 12 | A6 | 63 | 29 |
| Octal | 1 | 320 | 237 | 144 | 0 | 30 | 22 | 246 | 143 | 51 |
| Binary | 1 | 11010000 | 10011111 | 1100100 | 0 | 11000 | 10010 | 10100110 | 1100011 | 101001 |
Color Harmonies of #01D09F
Complementary color
Monochromatic Colors of #01D09F
Black with #01D09F
Text Example
Text Example
White with #01D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D09F; }
p { color: rgb(1,208,159); }
H1.HeaderClassName
{
color: #01D09F;
}
.AnyTagClassName
{
color: #01D09F;
}
</style>
background-color css
<style>
a { background-color: #01D09F; }
a { background-color: rgb(1,208,159); }
div.DivClassName
{
background-color: #01D09F;
}
.BgClassName
{
background-color: #01D09F;
}
</style>
border-color css
<style>
span { border-color: #01D09F; }
span { border-color: rgb(1,208,159); }
td.TdClassName
{
border-color: #01D09F;
}
.TagClassName
{
border-color: #01D09F;
}
</style>