Shades of Caribbean Green #01D190
Tints of Caribbean Green #01D190
RGB
CMYK
RGB Variations
Color information
#01D190 (or 0x01D190) is known color: Caribbean Green. HEX triplet: 01, D1 and 90. RGB value is (1,209,144). Sum of RGB (Red+Green+Blue) = 1+209+144=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #01D190 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D190 is #FE2E6F. Grayscale: #8B8B8B. Windows color (decimal): -16658032 or 9490689. OLE color: 9490689.
HSL color Cylindrical-coordinate representation of color #01D190: hue angle of 161.25º 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 #01D190 is Cyan = 1.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 144 | - |
| CMYK | 1.00 | 0 | 0.31 | 0.18 |
| HSL | 161.25º | 0.99% | 0.41% | - |
| HSV(B) | 161.25º | 1% | 0.82% | - |
| XYZ | 27.85 | 47.62 | 34.11 | - |
| YUV | 139.4 | 130.59 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 144 | 1.00 | 0 | 0.31 | 0.18 | 161.25 | 0.99 | 0.41 |
| Hex | 1 | D1 | 90 | 64 | 0 | 1F | 12 | A1 | 63 | 29 |
| Octal | 1 | 321 | 220 | 144 | 0 | 37 | 22 | 241 | 143 | 51 |
| Binary | 1 | 11010001 | 10010000 | 1100100 | 0 | 11111 | 10010 | 10100001 | 1100011 | 101001 |
Color Harmonies of #01D190
Complementary color
Monochromatic Colors of #01D190
Black with #01D190
Text Example
Text Example
White with #01D190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D190; }
p { color: rgb(1,209,144); }
H1.HeaderClassName
{
color: #01D190;
}
.AnyTagClassName
{
color: #01D190;
}
</style>
background-color css
<style>
a { background-color: #01D190; }
a { background-color: rgb(1,209,144); }
div.DivClassName
{
background-color: #01D190;
}
.BgClassName
{
background-color: #01D190;
}
</style>
border-color css
<style>
span { border-color: #01D190; }
span { border-color: rgb(1,209,144); }
td.TdClassName
{
border-color: #01D190;
}
.TagClassName
{
border-color: #01D190;
}
</style>