Shades of Caribbean Green #01C49A
Tints of Caribbean Green #01C49A
RGB
CMYK
RGB Variations
Color information
#01C49A (or 0x01C49A) is known color: Caribbean Green. HEX triplet: 01, C4 and 9A. RGB value is (1,196,154). Sum of RGB (Red+Green+Blue) = 1+196+154=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #01C49A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C49A is #FE3B65. Grayscale: #848484. Windows color (decimal): -16661350 or 10142721. OLE color: 10142721.
HSL color Cylindrical-coordinate representation of color #01C49A: hue angle of 167.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C49A is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 154 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.23 |
| HSL | 167.08º | 0.99% | 0.39% | - |
| HSV(B) | 167.08º | 0.99% | 0.77% | - |
| XYZ | 25.59 | 41.82 | 37.3 | - |
| YUV | 132.91 | 139.9 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 154 | 0.99 | 0 | 0.21 | 0.23 | 167.08 | 0.99 | 0.39 |
| Hex | 1 | C4 | 9A | 63 | 0 | 15 | 17 | A7 | 63 | 27 |
| Octal | 1 | 304 | 232 | 143 | 0 | 25 | 27 | 247 | 143 | 47 |
| Binary | 1 | 11000100 | 10011010 | 1100011 | 0 | 10101 | 10111 | 10100111 | 1100011 | 100111 |
Color Harmonies of #01C49A
Complementary color
Monochromatic Colors of #01C49A
Black with #01C49A
Text Example
Text Example
White with #01C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C49A; }
p { color: rgb(1,196,154); }
H1.HeaderClassName
{
color: #01C49A;
}
.AnyTagClassName
{
color: #01C49A;
}
</style>
background-color css
<style>
a { background-color: #01C49A; }
a { background-color: rgb(1,196,154); }
div.DivClassName
{
background-color: #01C49A;
}
.BgClassName
{
background-color: #01C49A;
}
</style>
border-color css
<style>
span { border-color: #01C49A; }
span { border-color: rgb(1,196,154); }
td.TdClassName
{
border-color: #01C49A;
}
.TagClassName
{
border-color: #01C49A;
}
</style>