Shades of Caribbean Green #01C391
Tints of Caribbean Green #01C391
RGB
CMYK
RGB Variations
Color information
#01C391 (or 0x01C391) is known color: Caribbean Green. HEX triplet: 01, C3 and 91. RGB value is (1,195,145). Sum of RGB (Red+Green+Blue) = 1+195+145=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #01C391 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C391 is #FE3C6E. Grayscale: #838383. Windows color (decimal): -16661615 or 9552641. OLE color: 9552641.
HSL color Cylindrical-coordinate representation of color #01C391: hue angle of 164.54º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C391 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 145 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.24 |
| HSL | 164.54º | 0.99% | 0.38% | - |
| HSV(B) | 164.54º | 0.99% | 0.76% | - |
| XYZ | 24.64 | 41.08 | 33.42 | - |
| YUV | 131.29 | 135.73 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 145 | 0.99 | 0 | 0.26 | 0.24 | 164.54 | 0.99 | 0.38 |
| Hex | 1 | C3 | 91 | 63 | 0 | 1A | 18 | A5 | 63 | 26 |
| Octal | 1 | 303 | 221 | 143 | 0 | 32 | 30 | 245 | 143 | 46 |
| Binary | 1 | 11000011 | 10010001 | 1100011 | 0 | 11010 | 11000 | 10100101 | 1100011 | 100110 |
Color Harmonies of #01C391
Complementary color
Monochromatic Colors of #01C391
Black with #01C391
Text Example
Text Example
White with #01C391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C391; }
p { color: rgb(1,195,145); }
H1.HeaderClassName
{
color: #01C391;
}
.AnyTagClassName
{
color: #01C391;
}
</style>
background-color css
<style>
a { background-color: #01C391; }
a { background-color: rgb(1,195,145); }
div.DivClassName
{
background-color: #01C391;
}
.BgClassName
{
background-color: #01C391;
}
</style>
border-color css
<style>
span { border-color: #01C391; }
span { border-color: rgb(1,195,145); }
td.TdClassName
{
border-color: #01C391;
}
.TagClassName
{
border-color: #01C391;
}
</style>