Shades of Caribbean Green #01E18D
Tints of Caribbean Green #01E18D
RGB
CMYK
RGB Variations
Color information
#01E18D (or 0x01E18D) is known color: Caribbean Green. HEX triplet: 01, E1 and 8D. RGB value is (1,225,141). Sum of RGB (Red+Green+Blue) = 1+225+141=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 225 (88.28% from 255 or 61.31% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 225 - color contains mainly: green. Hex color #01E18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E18D is #FE1E72. Grayscale: #949494. Windows color (decimal): -16653939 or 9298177. OLE color: 9298177.
HSL color Cylindrical-coordinate representation of color #01E18D: hue angle of 157.5º 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 #01E18D is Cyan = 1.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 141 | - |
| CMYK | 1.00 | 0 | 0.37 | 0.12 |
| HSL | 157.5º | 0.99% | 0.44% | - |
| HSV(B) | 157.5º | 1% | 0.88% | - |
| XYZ | 31.75 | 55.78 | 34.29 | - |
| YUV | 148.45 | 123.79 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 141 | 1.00 | 0 | 0.37 | 0.12 | 157.5 | 0.99 | 0.44 |
| Hex | 1 | E1 | 8D | 64 | 0 | 25 | C | 9E | 63 | 2C |
| Octal | 1 | 341 | 215 | 144 | 0 | 45 | 14 | 236 | 143 | 54 |
| Binary | 1 | 11100001 | 10001101 | 1100100 | 0 | 100101 | 1100 | 10011110 | 1100011 | 101100 |
Color Harmonies of #01E18D
Complementary color
Monochromatic Colors of #01E18D
Black with #01E18D
Text Example
Text Example
White with #01E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E18D; }
p { color: rgb(1,225,141); }
H1.HeaderClassName
{
color: #01E18D;
}
.AnyTagClassName
{
color: #01E18D;
}
</style>
background-color css
<style>
a { background-color: #01E18D; }
a { background-color: rgb(1,225,141); }
div.DivClassName
{
background-color: #01E18D;
}
.BgClassName
{
background-color: #01E18D;
}
</style>
border-color css
<style>
span { border-color: #01E18D; }
span { border-color: rgb(1,225,141); }
td.TdClassName
{
border-color: #01E18D;
}
.TagClassName
{
border-color: #01E18D;
}
</style>