Shades of Caribbean Green #01C87A
Tints of Caribbean Green #01C87A
RGB
CMYK
RGB Variations
Color information
#01C87A (or 0x01C87A) is known color: Caribbean Green. HEX triplet: 01, C8 and 7A. RGB value is (1,200,122). Sum of RGB (Red+Green+Blue) = 1+200+122=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #01C87A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C87A is #FE3785. Grayscale: #838383. Windows color (decimal): -16660358 or 8046593. OLE color: 8046593.
HSL color Cylindrical-coordinate representation of color #01C87A: hue angle of 156.48º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C87A is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 200 | 122 | - |
| CMYK | 1.00 | 0 | 0.39 | 0.22 |
| HSL | 156.48º | 0.99% | 0.39% | - |
| HSV(B) | 156.48º | 1% | 0.78% | - |
| XYZ | 24.18 | 42.72 | 25.38 | - |
| YUV | 131.61 | 122.57 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 122 | 1.00 | 0 | 0.39 | 0.22 | 156.48 | 0.99 | 0.39 |
| Hex | 1 | C8 | 7A | 64 | 0 | 27 | 16 | 9C | 63 | 27 |
| Octal | 1 | 310 | 172 | 144 | 0 | 47 | 26 | 234 | 143 | 47 |
| Binary | 1 | 11001000 | 1111010 | 1100100 | 0 | 100111 | 10110 | 10011100 | 1100011 | 100111 |
Color Harmonies of #01C87A
Complementary color
Monochromatic Colors of #01C87A
Black with #01C87A
Text Example
Text Example
White with #01C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C87A; }
p { color: rgb(1,200,122); }
H1.HeaderClassName
{
color: #01C87A;
}
.AnyTagClassName
{
color: #01C87A;
}
</style>
background-color css
<style>
a { background-color: #01C87A; }
a { background-color: rgb(1,200,122); }
div.DivClassName
{
background-color: #01C87A;
}
.BgClassName
{
background-color: #01C87A;
}
</style>
border-color css
<style>
span { border-color: #01C87A; }
span { border-color: rgb(1,200,122); }
td.TdClassName
{
border-color: #01C87A;
}
.TagClassName
{
border-color: #01C87A;
}
</style>