Shades of Caribbean Green #01D690
Tints of Caribbean Green #01D690
RGB
CMYK
RGB Variations
Color information
#01D690 (or 0x01D690) is known color: Caribbean Green. HEX triplet: 01, D6 and 90. RGB value is (1,214,144). Sum of RGB (Red+Green+Blue) = 1+214+144=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 214 (83.98% from 255 or 59.61% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 214 - color contains mainly: green. Hex color #01D690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D690 is #FE296F. Grayscale: #8E8E8E. Windows color (decimal): -16656752 or 9491969. OLE color: 9491969.
HSL color Cylindrical-coordinate representation of color #01D690: hue angle of 160.28º 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 #01D690 is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 144 | - |
| CMYK | 1.00 | 0 | 0.33 | 0.16 |
| HSL | 160.28º | 0.99% | 0.42% | - |
| HSV(B) | 160.28º | 1% | 0.84% | - |
| XYZ | 29.09 | 50.11 | 34.53 | - |
| YUV | 142.33 | 128.93 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 144 | 1.00 | 0 | 0.33 | 0.16 | 160.28 | 0.99 | 0.42 |
| Hex | 1 | D6 | 90 | 64 | 0 | 21 | 10 | A0 | 63 | 2A |
| Octal | 1 | 326 | 220 | 144 | 0 | 41 | 20 | 240 | 143 | 52 |
| Binary | 1 | 11010110 | 10010000 | 1100100 | 0 | 100001 | 10000 | 10100000 | 1100011 | 101010 |
Color Harmonies of #01D690
Complementary color
Monochromatic Colors of #01D690
Black with #01D690
Text Example
Text Example
White with #01D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D690; }
p { color: rgb(1,214,144); }
H1.HeaderClassName
{
color: #01D690;
}
.AnyTagClassName
{
color: #01D690;
}
</style>
background-color css
<style>
a { background-color: #01D690; }
a { background-color: rgb(1,214,144); }
div.DivClassName
{
background-color: #01D690;
}
.BgClassName
{
background-color: #01D690;
}
</style>
border-color css
<style>
span { border-color: #01D690; }
span { border-color: rgb(1,214,144); }
td.TdClassName
{
border-color: #01D690;
}
.TagClassName
{
border-color: #01D690;
}
</style>