Shades of Caribbean Green #01C099
Tints of Caribbean Green #01C099
RGB
CMYK
RGB Variations
Color information
#01C099 (or 0x01C099) is known color: Caribbean Green. HEX triplet: 01, C0 and 99. RGB value is (1,192,153). Sum of RGB (Red+Green+Blue) = 1+192+153=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #01C099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C099 is #FE3F66. Grayscale: #828282. Windows color (decimal): -16662375 or 10076161. OLE color: 10076161.
HSL color Cylindrical-coordinate representation of color #01C099: hue angle of 167.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C099 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 153 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.25 |
| HSL | 167.75º | 0.99% | 0.38% | - |
| HSV(B) | 167.75º | 0.99% | 0.75% | - |
| XYZ | 24.61 | 40.01 | 36.56 | - |
| YUV | 130.45 | 140.72 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 153 | 0.99 | 0 | 0.20 | 0.25 | 167.75 | 0.99 | 0.38 |
| Hex | 1 | C0 | 99 | 63 | 0 | 14 | 19 | A8 | 63 | 26 |
| Octal | 1 | 300 | 231 | 143 | 0 | 24 | 31 | 250 | 143 | 46 |
| Binary | 1 | 11000000 | 10011001 | 1100011 | 0 | 10100 | 11001 | 10101000 | 1100011 | 100110 |
Color Harmonies of #01C099
Complementary color
Monochromatic Colors of #01C099
Black with #01C099
Text Example
Text Example
White with #01C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C099; }
p { color: rgb(1,192,153); }
H1.HeaderClassName
{
color: #01C099;
}
.AnyTagClassName
{
color: #01C099;
}
</style>
background-color css
<style>
a { background-color: #01C099; }
a { background-color: rgb(1,192,153); }
div.DivClassName
{
background-color: #01C099;
}
.BgClassName
{
background-color: #01C099;
}
</style>
border-color css
<style>
span { border-color: #01C099; }
span { border-color: rgb(1,192,153); }
td.TdClassName
{
border-color: #01C099;
}
.TagClassName
{
border-color: #01C099;
}
</style>