Shades of Caribbean Green #0AD89F
Tints of Caribbean Green #0AD89F
RGB
CMYK
RGB Variations
Color information
#0AD89F (or 0x0AD89F) is known color: Caribbean Green. HEX triplet: 0A, D8 and 9F. RGB value is (10,216,159). Sum of RGB (Red+Green+Blue) = 10+216+159=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD89F is #F52760. Grayscale: #939393. Windows color (decimal): -16066401 or 10475530. OLE color: 10475530.
HSL color Cylindrical-coordinate representation of color #0AD89F: hue angle of 163.4º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD89F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 159 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.15 |
| HSL | 163.4º | 0.91% | 0.44% | - |
| HSV(B) | 163.4º | 0.95% | 0.85% | - |
| XYZ | 30.94 | 51.68 | 41.15 | - |
| YUV | 147.91 | 134.25 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 159 | 0.95 | 0 | 0.26 | 0.15 | 163.4 | 0.91 | 0.44 |
| Hex | A | D8 | 9F | 5F | 0 | 1A | F | A3 | 5B | 2C |
| Octal | 12 | 330 | 237 | 137 | 0 | 32 | 17 | 243 | 133 | 54 |
| Binary | 1010 | 11011000 | 10011111 | 1011111 | 0 | 11010 | 1111 | 10100011 | 1011011 | 101100 |
Color Harmonies of #0AD89F
Complementary color
Monochromatic Colors of #0AD89F
Black with #0AD89F
Text Example
Text Example
White with #0AD89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD89F; }
p { color: rgb(10,216,159); }
H1.HeaderClassName
{
color: #0AD89F;
}
.AnyTagClassName
{
color: #0AD89F;
}
</style>
background-color css
<style>
a { background-color: #0AD89F; }
a { background-color: rgb(10,216,159); }
div.DivClassName
{
background-color: #0AD89F;
}
.BgClassName
{
background-color: #0AD89F;
}
</style>
border-color css
<style>
span { border-color: #0AD89F; }
span { border-color: rgb(10,216,159); }
td.TdClassName
{
border-color: #0AD89F;
}
.TagClassName
{
border-color: #0AD89F;
}
</style>