Shades of Caribbean Green #0AD9A0
Tints of Caribbean Green #0AD9A0
RGB
CMYK
RGB Variations
Color information
#0AD9A0 (or 0x0AD9A0) is known color: Caribbean Green. HEX triplet: 0A, D9 and A0. RGB value is (10,217,160). Sum of RGB (Red+Green+Blue) = 10+217+160=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD9A0 is #F5265F. Grayscale: #949494. Windows color (decimal): -16066144 or 10541322. OLE color: 10541322.
HSL color Cylindrical-coordinate representation of color #0AD9A0: hue angle of 163.48º 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 #0AD9A0 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 160 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.15 |
| HSL | 163.48º | 0.91% | 0.45% | - |
| HSV(B) | 163.48º | 0.95% | 0.85% | - |
| XYZ | 31.28 | 52.23 | 41.69 | - |
| YUV | 148.61 | 134.42 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 160 | 0.95 | 0 | 0.26 | 0.15 | 163.48 | 0.91 | 0.45 |
| Hex | A | D9 | A0 | 5F | 0 | 1A | F | A3 | 5B | 2D |
| Octal | 12 | 331 | 240 | 137 | 0 | 32 | 17 | 243 | 133 | 55 |
| Binary | 1010 | 11011001 | 10100000 | 1011111 | 0 | 11010 | 1111 | 10100011 | 1011011 | 101101 |
Color Harmonies of #0AD9A0
Complementary color
Monochromatic Colors of #0AD9A0
Black with #0AD9A0
Text Example
Text Example
White with #0AD9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9A0; }
p { color: rgb(10,217,160); }
H1.HeaderClassName
{
color: #0AD9A0;
}
.AnyTagClassName
{
color: #0AD9A0;
}
</style>
background-color css
<style>
a { background-color: #0AD9A0; }
a { background-color: rgb(10,217,160); }
div.DivClassName
{
background-color: #0AD9A0;
}
.BgClassName
{
background-color: #0AD9A0;
}
</style>
border-color css
<style>
span { border-color: #0AD9A0; }
span { border-color: rgb(10,217,160); }
td.TdClassName
{
border-color: #0AD9A0;
}
.TagClassName
{
border-color: #0AD9A0;
}
</style>