Shades of Caribbean Green #01D58A
Tints of Caribbean Green #01D58A
RGB
CMYK
RGB Variations
Color information
#01D58A (or 0x01D58A) is known color: Caribbean Green. HEX triplet: 01, D5 and 8A. RGB value is (1,213,138). Sum of RGB (Red+Green+Blue) = 1+213+138=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #01D58A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D58A is #FE2A75. Grayscale: #8D8D8D. Windows color (decimal): -16657014 or 9098497. OLE color: 9098497.
HSL color Cylindrical-coordinate representation of color #01D58A: hue angle of 158.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D58A is Cyan = 1.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 138 | - |
| CMYK | 1.00 | 0 | 0.35 | 0.16 |
| HSL | 158.77º | 0.99% | 0.42% | - |
| HSV(B) | 158.77º | 1% | 0.84% | - |
| XYZ | 28.39 | 49.43 | 32.09 | - |
| YUV | 141.06 | 126.26 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 138 | 1.00 | 0 | 0.35 | 0.16 | 158.77 | 0.99 | 0.42 |
| Hex | 1 | D5 | 8A | 64 | 0 | 23 | 10 | 9F | 63 | 2A |
| Octal | 1 | 325 | 212 | 144 | 0 | 43 | 20 | 237 | 143 | 52 |
| Binary | 1 | 11010101 | 10001010 | 1100100 | 0 | 100011 | 10000 | 10011111 | 1100011 | 101010 |
Color Harmonies of #01D58A
Complementary color
Monochromatic Colors of #01D58A
Black with #01D58A
Text Example
Text Example
White with #01D58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D58A; }
p { color: rgb(1,213,138); }
H1.HeaderClassName
{
color: #01D58A;
}
.AnyTagClassName
{
color: #01D58A;
}
</style>
background-color css
<style>
a { background-color: #01D58A; }
a { background-color: rgb(1,213,138); }
div.DivClassName
{
background-color: #01D58A;
}
.BgClassName
{
background-color: #01D58A;
}
</style>
border-color css
<style>
span { border-color: #01D58A; }
span { border-color: rgb(1,213,138); }
td.TdClassName
{
border-color: #01D58A;
}
.TagClassName
{
border-color: #01D58A;
}
</style>