Shades of Caribbean Green #01E19D
Tints of Caribbean Green #01E19D
RGB
CMYK
RGB Variations
Color information
#01E19D (or 0x01E19D) is known color: Caribbean Green. HEX triplet: 01, E1 and 9D. RGB value is (1,225,157). Sum of RGB (Red+Green+Blue) = 1+225+157=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #01E19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E19D is #FE1E62. Grayscale: #969696. Windows color (decimal): -16653923 or 10346753. OLE color: 10346753.
HSL color Cylindrical-coordinate representation of color #01E19D: hue angle of 161.79º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E19D is Cyan = 1.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 157 | - |
| CMYK | 1.00 | 0 | 0.30 | 0.12 |
| HSL | 161.79º | 0.99% | 0.44% | - |
| HSV(B) | 161.79º | 1% | 0.88% | - |
| XYZ | 33.02 | 56.29 | 41.02 | - |
| YUV | 150.27 | 131.79 | 21.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 157 | 1.00 | 0 | 0.30 | 0.12 | 161.79 | 0.99 | 0.44 |
| Hex | 1 | E1 | 9D | 64 | 0 | 1E | C | A2 | 63 | 2C |
| Octal | 1 | 341 | 235 | 144 | 0 | 36 | 14 | 242 | 143 | 54 |
| Binary | 1 | 11100001 | 10011101 | 1100100 | 0 | 11110 | 1100 | 10100010 | 1100011 | 101100 |
Color Harmonies of #01E19D
Complementary color
Monochromatic Colors of #01E19D
Black with #01E19D
Text Example
Text Example
White with #01E19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E19D; }
p { color: rgb(1,225,157); }
H1.HeaderClassName
{
color: #01E19D;
}
.AnyTagClassName
{
color: #01E19D;
}
</style>
background-color css
<style>
a { background-color: #01E19D; }
a { background-color: rgb(1,225,157); }
div.DivClassName
{
background-color: #01E19D;
}
.BgClassName
{
background-color: #01E19D;
}
</style>
border-color css
<style>
span { border-color: #01E19D; }
span { border-color: rgb(1,225,157); }
td.TdClassName
{
border-color: #01E19D;
}
.TagClassName
{
border-color: #01E19D;
}
</style>