Shades of Caribbean Green #01C495
Tints of Caribbean Green #01C495
RGB
CMYK
RGB Variations
Color information
#01C495 (or 0x01C495) is known color: Caribbean Green. HEX triplet: 01, C4 and 95. RGB value is (1,196,149). Sum of RGB (Red+Green+Blue) = 1+196+149=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #01C495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C495 is #FE3B6A. Grayscale: #848484. Windows color (decimal): -16661355 or 9815041. OLE color: 9815041.
HSL color Cylindrical-coordinate representation of color #01C495: hue angle of 165.54º 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 #01C495 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 149 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.23 |
| HSL | 165.54º | 0.99% | 0.39% | - |
| HSV(B) | 165.54º | 0.99% | 0.77% | - |
| XYZ | 25.18 | 41.66 | 35.15 | - |
| YUV | 132.34 | 137.4 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 149 | 0.99 | 0 | 0.24 | 0.23 | 165.54 | 0.99 | 0.39 |
| Hex | 1 | C4 | 95 | 63 | 0 | 18 | 17 | A6 | 63 | 27 |
| Octal | 1 | 304 | 225 | 143 | 0 | 30 | 27 | 246 | 143 | 47 |
| Binary | 1 | 11000100 | 10010101 | 1100011 | 0 | 11000 | 10111 | 10100110 | 1100011 | 100111 |
Color Harmonies of #01C495
Complementary color
Monochromatic Colors of #01C495
Black with #01C495
Text Example
Text Example
White with #01C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C495; }
p { color: rgb(1,196,149); }
H1.HeaderClassName
{
color: #01C495;
}
.AnyTagClassName
{
color: #01C495;
}
</style>
background-color css
<style>
a { background-color: #01C495; }
a { background-color: rgb(1,196,149); }
div.DivClassName
{
background-color: #01C495;
}
.BgClassName
{
background-color: #01C495;
}
</style>
border-color css
<style>
span { border-color: #01C495; }
span { border-color: rgb(1,196,149); }
td.TdClassName
{
border-color: #01C495;
}
.TagClassName
{
border-color: #01C495;
}
</style>