Shades of Caribbean Green #0AD996
Tints of Caribbean Green #0AD996
RGB
CMYK
RGB Variations
Color information
#0AD996 (or 0x0AD996) is known color: Caribbean Green. HEX triplet: 0A, D9 and 96. RGB value is (10,217,150). Sum of RGB (Red+Green+Blue) = 10+217+150=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD996 is #F52669. Grayscale: #939393. Windows color (decimal): -16066154 or 9885962. OLE color: 9885962.
HSL color Cylindrical-coordinate representation of color #0AD996: hue angle of 160.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD996 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 150 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.15 |
| HSL | 160.58º | 0.91% | 0.45% | - |
| HSV(B) | 160.58º | 0.95% | 0.85% | - |
| XYZ | 30.44 | 51.89 | 37.27 | - |
| YUV | 147.47 | 129.42 | 29.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 150 | 0.95 | 0 | 0.31 | 0.15 | 160.58 | 0.91 | 0.45 |
| Hex | A | D9 | 96 | 5F | 0 | 1F | F | A1 | 5B | 2D |
| Octal | 12 | 331 | 226 | 137 | 0 | 37 | 17 | 241 | 133 | 55 |
| Binary | 1010 | 11011001 | 10010110 | 1011111 | 0 | 11111 | 1111 | 10100001 | 1011011 | 101101 |
Color Harmonies of #0AD996
Complementary color
Monochromatic Colors of #0AD996
Black with #0AD996
Text Example
Text Example
White with #0AD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD996; }
p { color: rgb(10,217,150); }
H1.HeaderClassName
{
color: #0AD996;
}
.AnyTagClassName
{
color: #0AD996;
}
</style>
background-color css
<style>
a { background-color: #0AD996; }
a { background-color: rgb(10,217,150); }
div.DivClassName
{
background-color: #0AD996;
}
.BgClassName
{
background-color: #0AD996;
}
</style>
border-color css
<style>
span { border-color: #0AD996; }
span { border-color: rgb(10,217,150); }
td.TdClassName
{
border-color: #0AD996;
}
.TagClassName
{
border-color: #0AD996;
}
</style>