Shades of Caribbean Green #01D696
Tints of Caribbean Green #01D696
RGB
CMYK
RGB Variations
Color information
#01D696 (or 0x01D696) is known color: Caribbean Green. HEX triplet: 01, D6 and 96. RGB value is (1,214,150). Sum of RGB (Red+Green+Blue) = 1+214+150=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #01D696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D696 is #FE2969. Grayscale: #8F8F8F. Windows color (decimal): -16656746 or 9885185. OLE color: 9885185.
HSL color Cylindrical-coordinate representation of color #01D696: hue angle of 161.97º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D696 is Cyan = 1.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 150 | - |
| CMYK | 1.00 | 0 | 0.30 | 0.16 |
| HSL | 161.97º | 0.99% | 0.42% | - |
| HSV(B) | 161.97º | 1% | 0.84% | - |
| XYZ | 29.56 | 50.3 | 37.01 | - |
| YUV | 143.02 | 131.93 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 150 | 1.00 | 0 | 0.30 | 0.16 | 161.97 | 0.99 | 0.42 |
| Hex | 1 | D6 | 96 | 64 | 0 | 1E | 10 | A2 | 63 | 2A |
| Octal | 1 | 326 | 226 | 144 | 0 | 36 | 20 | 242 | 143 | 52 |
| Binary | 1 | 11010110 | 10010110 | 1100100 | 0 | 11110 | 10000 | 10100010 | 1100011 | 101010 |
Color Harmonies of #01D696
Complementary color
Monochromatic Colors of #01D696
Black with #01D696
Text Example
Text Example
White with #01D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D696; }
p { color: rgb(1,214,150); }
H1.HeaderClassName
{
color: #01D696;
}
.AnyTagClassName
{
color: #01D696;
}
</style>
background-color css
<style>
a { background-color: #01D696; }
a { background-color: rgb(1,214,150); }
div.DivClassName
{
background-color: #01D696;
}
.BgClassName
{
background-color: #01D696;
}
</style>
border-color css
<style>
span { border-color: #01D696; }
span { border-color: rgb(1,214,150); }
td.TdClassName
{
border-color: #01D696;
}
.TagClassName
{
border-color: #01D696;
}
</style>