Shades of Caribbean Green #01D098
Tints of Caribbean Green #01D098
RGB
CMYK
RGB Variations
Color information
#01D098 (or 0x01D098) is known color: Caribbean Green. HEX triplet: 01, D0 and 98. RGB value is (1,208,152). Sum of RGB (Red+Green+Blue) = 1+208+152=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #01D098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D098 is #FE2F67. Grayscale: #8B8B8B. Windows color (decimal): -16658280 or 10014721. OLE color: 10014721.
HSL color Cylindrical-coordinate representation of color #01D098: hue angle of 163.77º 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 #01D098 is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 152 | - |
| CMYK | 1.00 | 0 | 0.27 | 0.18 |
| HSL | 163.77º | 0.99% | 0.41% | - |
| HSV(B) | 163.77º | 1% | 0.82% | - |
| XYZ | 28.24 | 47.39 | 37.36 | - |
| YUV | 139.72 | 134.92 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 152 | 1.00 | 0 | 0.27 | 0.18 | 163.77 | 0.99 | 0.41 |
| Hex | 1 | D0 | 98 | 64 | 0 | 1B | 12 | A4 | 63 | 29 |
| Octal | 1 | 320 | 230 | 144 | 0 | 33 | 22 | 244 | 143 | 51 |
| Binary | 1 | 11010000 | 10011000 | 1100100 | 0 | 11011 | 10010 | 10100100 | 1100011 | 101001 |
Color Harmonies of #01D098
Complementary color
Monochromatic Colors of #01D098
Black with #01D098
Text Example
Text Example
White with #01D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D098; }
p { color: rgb(1,208,152); }
H1.HeaderClassName
{
color: #01D098;
}
.AnyTagClassName
{
color: #01D098;
}
</style>
background-color css
<style>
a { background-color: #01D098; }
a { background-color: rgb(1,208,152); }
div.DivClassName
{
background-color: #01D098;
}
.BgClassName
{
background-color: #01D098;
}
</style>
border-color css
<style>
span { border-color: #01D098; }
span { border-color: rgb(1,208,152); }
td.TdClassName
{
border-color: #01D098;
}
.TagClassName
{
border-color: #01D098;
}
</style>