Shades of Caribbean Green #01CE9A
Tints of Caribbean Green #01CE9A
RGB
CMYK
RGB Variations
Color information
#01CE9A (or 0x01CE9A) is known color: Caribbean Green. HEX triplet: 01, CE and 9A. RGB value is (1,206,154). Sum of RGB (Red+Green+Blue) = 1+206+154=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CE9A is #FE3165. Grayscale: #8A8A8A. Windows color (decimal): -16658790 or 10145281. OLE color: 10145281.
HSL color Cylindrical-coordinate representation of color #01CE9A: hue angle of 164.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE9A is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 154 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.19 |
| HSL | 164.78º | 0.99% | 0.41% | - |
| HSV(B) | 164.78º | 1% | 0.81% | - |
| XYZ | 27.92 | 46.48 | 38.07 | - |
| YUV | 138.78 | 136.58 | 29.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 154 | 1.00 | 0 | 0.25 | 0.19 | 164.78 | 0.99 | 0.41 |
| Hex | 1 | CE | 9A | 64 | 0 | 19 | 13 | A5 | 63 | 29 |
| Octal | 1 | 316 | 232 | 144 | 0 | 31 | 23 | 245 | 143 | 51 |
| Binary | 1 | 11001110 | 10011010 | 1100100 | 0 | 11001 | 10011 | 10100101 | 1100011 | 101001 |
Color Harmonies of #01CE9A
Complementary color
Monochromatic Colors of #01CE9A
Black with #01CE9A
Text Example
Text Example
White with #01CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CE9A; }
p { color: rgb(1,206,154); }
H1.HeaderClassName
{
color: #01CE9A;
}
.AnyTagClassName
{
color: #01CE9A;
}
</style>
background-color css
<style>
a { background-color: #01CE9A; }
a { background-color: rgb(1,206,154); }
div.DivClassName
{
background-color: #01CE9A;
}
.BgClassName
{
background-color: #01CE9A;
}
</style>
border-color css
<style>
span { border-color: #01CE9A; }
span { border-color: rgb(1,206,154); }
td.TdClassName
{
border-color: #01CE9A;
}
.TagClassName
{
border-color: #01CE9A;
}
</style>