Shades of Caribbean Green #01D089
Tints of Caribbean Green #01D089
RGB
CMYK
RGB Variations
Color information
#01D089 (or 0x01D089) is known color: Caribbean Green. HEX triplet: 01, D0 and 89. RGB value is (1,208,137). Sum of RGB (Red+Green+Blue) = 1+208+137=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #01D089 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D089 is #FE2F76. Grayscale: #8A8A8A. Windows color (decimal): -16658295 or 9031681. OLE color: 9031681.
HSL color Cylindrical-coordinate representation of color #01D089: hue angle of 159.42º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D089 is Cyan = 1.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 137 | - |
| CMYK | 1.00 | 0 | 0.34 | 0.18 |
| HSL | 159.42º | 0.99% | 0.41% | - |
| HSV(B) | 159.42º | 1% | 0.82% | - |
| XYZ | 27.08 | 46.92 | 31.3 | - |
| YUV | 138.01 | 127.42 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 137 | 1.00 | 0 | 0.34 | 0.18 | 159.42 | 0.99 | 0.41 |
| Hex | 1 | D0 | 89 | 64 | 0 | 22 | 12 | 9F | 63 | 29 |
| Octal | 1 | 320 | 211 | 144 | 0 | 42 | 22 | 237 | 143 | 51 |
| Binary | 1 | 11010000 | 10001001 | 1100100 | 0 | 100010 | 10010 | 10011111 | 1100011 | 101001 |
Color Harmonies of #01D089
Complementary color
Monochromatic Colors of #01D089
Black with #01D089
Text Example
Text Example
White with #01D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D089; }
p { color: rgb(1,208,137); }
H1.HeaderClassName
{
color: #01D089;
}
.AnyTagClassName
{
color: #01D089;
}
</style>
background-color css
<style>
a { background-color: #01D089; }
a { background-color: rgb(1,208,137); }
div.DivClassName
{
background-color: #01D089;
}
.BgClassName
{
background-color: #01D089;
}
</style>
border-color css
<style>
span { border-color: #01D089; }
span { border-color: rgb(1,208,137); }
td.TdClassName
{
border-color: #01D089;
}
.TagClassName
{
border-color: #01D089;
}
</style>