Shades of Caribbean Green #01E291
Tints of Caribbean Green #01E291
RGB
CMYK
RGB Variations
Color information
#01E291 (or 0x01E291) is known color: Caribbean Green. HEX triplet: 01, E2 and 91. RGB value is (1,226,145). Sum of RGB (Red+Green+Blue) = 1+226+145=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 226 (88.67% from 255 or 60.75% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 226 - color contains mainly: green. Hex color #01E291 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E291 is #FE1D6E. Grayscale: #959595. Windows color (decimal): -16653679 or 9560577. OLE color: 9560577.
HSL color Cylindrical-coordinate representation of color #01E291: hue angle of 158.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E291 is Cyan = 1.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 226 | 145 | - |
| CMYK | 1.00 | 0 | 0.36 | 0.11 |
| HSL | 158.4º | 0.99% | 0.45% | - |
| HSV(B) | 158.4º | 1% | 0.89% | - |
| XYZ | 32.32 | 56.44 | 35.98 | - |
| YUV | 149.49 | 125.46 | 22.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 226 | 145 | 1.00 | 0 | 0.36 | 0.11 | 158.4 | 0.99 | 0.45 |
| Hex | 1 | E2 | 91 | 64 | 0 | 24 | B | 9E | 63 | 2D |
| Octal | 1 | 342 | 221 | 144 | 0 | 44 | 13 | 236 | 143 | 55 |
| Binary | 1 | 11100010 | 10010001 | 1100100 | 0 | 100100 | 1011 | 10011110 | 1100011 | 101101 |
Color Harmonies of #01E291
Complementary color
Monochromatic Colors of #01E291
Black with #01E291
Text Example
Text Example
White with #01E291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E291; }
p { color: rgb(1,226,145); }
H1.HeaderClassName
{
color: #01E291;
}
.AnyTagClassName
{
color: #01E291;
}
</style>
background-color css
<style>
a { background-color: #01E291; }
a { background-color: rgb(1,226,145); }
div.DivClassName
{
background-color: #01E291;
}
.BgClassName
{
background-color: #01E291;
}
</style>
border-color css
<style>
span { border-color: #01E291; }
span { border-color: rgb(1,226,145); }
td.TdClassName
{
border-color: #01E291;
}
.TagClassName
{
border-color: #01E291;
}
</style>