Shades of Caribbean Green #01D28C
Tints of Caribbean Green #01D28C
RGB
CMYK
RGB Variations
Color information
#01D28C (or 0x01D28C) is known color: Caribbean Green. HEX triplet: 01, D2 and 8C. RGB value is (1,210,140). Sum of RGB (Red+Green+Blue) = 1+210+140=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #01D28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D28C is #FE2D73. Grayscale: #8B8B8B. Windows color (decimal): -16657780 or 9228801. OLE color: 9228801.
HSL color Cylindrical-coordinate representation of color #01D28C: hue angle of 159.9º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D28C is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 140 | - |
| CMYK | 1.00 | 0 | 0.33 | 0.18 |
| HSL | 159.9º | 0.99% | 0.41% | - |
| HSV(B) | 159.9º | 1% | 0.82% | - |
| XYZ | 27.79 | 47.99 | 32.61 | - |
| YUV | 139.53 | 128.26 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 140 | 1.00 | 0 | 0.33 | 0.18 | 159.9 | 0.99 | 0.41 |
| Hex | 1 | D2 | 8C | 64 | 0 | 21 | 12 | A0 | 63 | 29 |
| Octal | 1 | 322 | 214 | 144 | 0 | 41 | 22 | 240 | 143 | 51 |
| Binary | 1 | 11010010 | 10001100 | 1100100 | 0 | 100001 | 10010 | 10100000 | 1100011 | 101001 |
Color Harmonies of #01D28C
Complementary color
Monochromatic Colors of #01D28C
Black with #01D28C
Text Example
Text Example
White with #01D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D28C; }
p { color: rgb(1,210,140); }
H1.HeaderClassName
{
color: #01D28C;
}
.AnyTagClassName
{
color: #01D28C;
}
</style>
background-color css
<style>
a { background-color: #01D28C; }
a { background-color: rgb(1,210,140); }
div.DivClassName
{
background-color: #01D28C;
}
.BgClassName
{
background-color: #01D28C;
}
</style>
border-color css
<style>
span { border-color: #01D28C; }
span { border-color: rgb(1,210,140); }
td.TdClassName
{
border-color: #01D28C;
}
.TagClassName
{
border-color: #01D28C;
}
</style>