Shades of Caribbean Green #01DC9E
Tints of Caribbean Green #01DC9E
RGB
CMYK
RGB Variations
Color information
#01DC9E (or 0x01DC9E) is known color: Caribbean Green. HEX triplet: 01, DC and 9E. RGB value is (1,220,158). Sum of RGB (Red+Green+Blue) = 1+220+158=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DC9E is #FE2361. Grayscale: #939393. Windows color (decimal): -16655202 or 10411009. OLE color: 10411009.
HSL color Cylindrical-coordinate representation of color #01DC9E: hue angle of 163.01º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC9E is Cyan = 1.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 158 | - |
| CMYK | 1.00 | 0 | 0.28 | 0.14 |
| HSL | 163.01º | 0.99% | 0.43% | - |
| HSV(B) | 163.01º | 1% | 0.86% | - |
| XYZ | 31.78 | 53.66 | 41.03 | - |
| YUV | 147.45 | 133.95 | 23.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 158 | 1.00 | 0 | 0.28 | 0.14 | 163.01 | 0.99 | 0.43 |
| Hex | 1 | DC | 9E | 64 | 0 | 1C | E | A3 | 63 | 2B |
| Octal | 1 | 334 | 236 | 144 | 0 | 34 | 16 | 243 | 143 | 53 |
| Binary | 1 | 11011100 | 10011110 | 1100100 | 0 | 11100 | 1110 | 10100011 | 1100011 | 101011 |
Color Harmonies of #01DC9E
Complementary color
Monochromatic Colors of #01DC9E
Black with #01DC9E
Text Example
Text Example
White with #01DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC9E; }
p { color: rgb(1,220,158); }
H1.HeaderClassName
{
color: #01DC9E;
}
.AnyTagClassName
{
color: #01DC9E;
}
</style>
background-color css
<style>
a { background-color: #01DC9E; }
a { background-color: rgb(1,220,158); }
div.DivClassName
{
background-color: #01DC9E;
}
.BgClassName
{
background-color: #01DC9E;
}
</style>
border-color css
<style>
span { border-color: #01DC9E; }
span { border-color: rgb(1,220,158); }
td.TdClassName
{
border-color: #01DC9E;
}
.TagClassName
{
border-color: #01DC9E;
}
</style>