Shades of Caribbean Green #01E186
Tints of Caribbean Green #01E186
RGB
CMYK
RGB Variations
Color information
#01E186 (or 0x01E186) is known color: Caribbean Green. HEX triplet: 01, E1 and 86. RGB value is (1,225,134). Sum of RGB (Red+Green+Blue) = 1+225+134=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #01E186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E186 is #FE1E79. Grayscale: #939393. Windows color (decimal): -16653946 or 8839425. OLE color: 8839425.
HSL color Cylindrical-coordinate representation of color #01E186: hue angle of 155.62º 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 #01E186 is Cyan = 1.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 134 | - |
| CMYK | 1.00 | 0 | 0.40 | 0.12 |
| HSL | 155.63º | 0.99% | 0.44% | - |
| HSV(B) | 155.63º | 1% | 0.88% | - |
| XYZ | 31.24 | 55.58 | 31.64 | - |
| YUV | 147.65 | 120.29 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 134 | 1.00 | 0 | 0.40 | 0.12 | 155.63 | 0.99 | 0.44 |
| Hex | 1 | E1 | 86 | 64 | 0 | 28 | C | 9C | 63 | 2C |
| Octal | 1 | 341 | 206 | 144 | 0 | 50 | 14 | 234 | 143 | 54 |
| Binary | 1 | 11100001 | 10000110 | 1100100 | 0 | 101000 | 1100 | 10011100 | 1100011 | 101100 |
Color Harmonies of #01E186
Complementary color
Monochromatic Colors of #01E186
Black with #01E186
Text Example
Text Example
White with #01E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E186; }
p { color: rgb(1,225,134); }
H1.HeaderClassName
{
color: #01E186;
}
.AnyTagClassName
{
color: #01E186;
}
</style>
background-color css
<style>
a { background-color: #01E186; }
a { background-color: rgb(1,225,134); }
div.DivClassName
{
background-color: #01E186;
}
.BgClassName
{
background-color: #01E186;
}
</style>
border-color css
<style>
span { border-color: #01E186; }
span { border-color: rgb(1,225,134); }
td.TdClassName
{
border-color: #01E186;
}
.TagClassName
{
border-color: #01E186;
}
</style>