Shades of Caribbean Green #01E09D
Tints of Caribbean Green #01E09D
RGB
CMYK
RGB Variations
Color information
#01E09D (or 0x01E09D) is known color: Caribbean Green. HEX triplet: 01, E0 and 9D. RGB value is (1,224,157). Sum of RGB (Red+Green+Blue) = 1+224+157=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #01E09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E09D is #FE1F62. Grayscale: #959595. Windows color (decimal): -16654179 or 10346497. OLE color: 10346497.
HSL color Cylindrical-coordinate representation of color #01E09D: hue angle of 161.97º 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 #01E09D is Cyan = 1.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 157 | - |
| CMYK | 1.00 | 0 | 0.30 | 0.12 |
| HSL | 161.97º | 0.99% | 0.44% | - |
| HSV(B) | 161.97º | 1% | 0.88% | - |
| XYZ | 32.75 | 55.75 | 40.93 | - |
| YUV | 149.69 | 132.12 | 21.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 157 | 1.00 | 0 | 0.30 | 0.12 | 161.97 | 0.99 | 0.44 |
| Hex | 1 | E0 | 9D | 64 | 0 | 1E | C | A2 | 63 | 2C |
| Octal | 1 | 340 | 235 | 144 | 0 | 36 | 14 | 242 | 143 | 54 |
| Binary | 1 | 11100000 | 10011101 | 1100100 | 0 | 11110 | 1100 | 10100010 | 1100011 | 101100 |
Color Harmonies of #01E09D
Complementary color
Monochromatic Colors of #01E09D
Black with #01E09D
Text Example
Text Example
White with #01E09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E09D; }
p { color: rgb(1,224,157); }
H1.HeaderClassName
{
color: #01E09D;
}
.AnyTagClassName
{
color: #01E09D;
}
</style>
background-color css
<style>
a { background-color: #01E09D; }
a { background-color: rgb(1,224,157); }
div.DivClassName
{
background-color: #01E09D;
}
.BgClassName
{
background-color: #01E09D;
}
</style>
border-color css
<style>
span { border-color: #01E09D; }
span { border-color: rgb(1,224,157); }
td.TdClassName
{
border-color: #01E09D;
}
.TagClassName
{
border-color: #01E09D;
}
</style>