Shades of Caribbean Green #01D174
Tints of Caribbean Green #01D174
RGB
CMYK
RGB Variations
Color information
#01D174 (or 0x01D174) is known color: Caribbean Green. HEX triplet: 01, D1 and 74. RGB value is (1,209,116). Sum of RGB (Red+Green+Blue) = 1+209+116=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 209 (82.03% from 255 or 64.11% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 209 - color contains mainly: green. Hex color #01D174 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D174 is #FE2E8B. Grayscale: #888888. Windows color (decimal): -16658060 or 7655681. OLE color: 7655681.
HSL color Cylindrical-coordinate representation of color #01D174: hue angle of 153.17º 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 #01D174 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 116 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.18 |
| HSL | 153.17º | 0.99% | 0.41% | - |
| HSV(B) | 153.17º | 1% | 0.82% | - |
| XYZ | 25.97 | 46.87 | 24.2 | - |
| YUV | 136.21 | 116.59 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 116 | 1.00 | 0 | 0.44 | 0.18 | 153.17 | 0.99 | 0.41 |
| Hex | 1 | D1 | 74 | 64 | 0 | 2C | 12 | 99 | 63 | 29 |
| Octal | 1 | 321 | 164 | 144 | 0 | 54 | 22 | 231 | 143 | 51 |
| Binary | 1 | 11010001 | 1110100 | 1100100 | 0 | 101100 | 10010 | 10011001 | 1100011 | 101001 |
Color Harmonies of #01D174
Complementary color
Monochromatic Colors of #01D174
Black with #01D174
Text Example
Text Example
White with #01D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D174; }
p { color: rgb(1,209,116); }
H1.HeaderClassName
{
color: #01D174;
}
.AnyTagClassName
{
color: #01D174;
}
</style>
background-color css
<style>
a { background-color: #01D174; }
a { background-color: rgb(1,209,116); }
div.DivClassName
{
background-color: #01D174;
}
.BgClassName
{
background-color: #01D174;
}
</style>
border-color css
<style>
span { border-color: #01D174; }
span { border-color: rgb(1,209,116); }
td.TdClassName
{
border-color: #01D174;
}
.TagClassName
{
border-color: #01D174;
}
</style>