Shades of Caribbean Green #01C492
Tints of Caribbean Green #01C492
RGB
CMYK
RGB Variations
Color information
#01C492 (or 0x01C492) is known color: Caribbean Green. HEX triplet: 01, C4 and 92. RGB value is (1,196,146). Sum of RGB (Red+Green+Blue) = 1+196+146=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #01C492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C492 is #FE3B6D. Grayscale: #848484. Windows color (decimal): -16661358 or 9618433. OLE color: 9618433.
HSL color Cylindrical-coordinate representation of color #01C492: hue angle of 164.62º 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 #01C492 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 146 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.23 |
| HSL | 164.62º | 0.99% | 0.39% | - |
| HSV(B) | 164.62º | 0.99% | 0.77% | - |
| XYZ | 24.94 | 41.56 | 33.9 | - |
| YUV | 132 | 135.9 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 146 | 0.99 | 0 | 0.26 | 0.23 | 164.62 | 0.99 | 0.39 |
| Hex | 1 | C4 | 92 | 63 | 0 | 1A | 17 | A5 | 63 | 27 |
| Octal | 1 | 304 | 222 | 143 | 0 | 32 | 27 | 245 | 143 | 47 |
| Binary | 1 | 11000100 | 10010010 | 1100011 | 0 | 11010 | 10111 | 10100101 | 1100011 | 100111 |
Color Harmonies of #01C492
Complementary color
Monochromatic Colors of #01C492
Black with #01C492
Text Example
Text Example
White with #01C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C492; }
p { color: rgb(1,196,146); }
H1.HeaderClassName
{
color: #01C492;
}
.AnyTagClassName
{
color: #01C492;
}
</style>
background-color css
<style>
a { background-color: #01C492; }
a { background-color: rgb(1,196,146); }
div.DivClassName
{
background-color: #01C492;
}
.BgClassName
{
background-color: #01C492;
}
</style>
border-color css
<style>
span { border-color: #01C492; }
span { border-color: rgb(1,196,146); }
td.TdClassName
{
border-color: #01C492;
}
.TagClassName
{
border-color: #01C492;
}
</style>