Shades of Caribbean Green #0AD895
Tints of Caribbean Green #0AD895
RGB
CMYK
RGB Variations
Color information
#0AD895 (or 0x0AD895) is known color: Caribbean Green. HEX triplet: 0A, D8 and 95. RGB value is (10,216,149). Sum of RGB (Red+Green+Blue) = 10+216+149=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD895 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD895 is #F5276A. Grayscale: #929292. Windows color (decimal): -16066411 or 9820170. OLE color: 9820170.
HSL color Cylindrical-coordinate representation of color #0AD895: hue angle of 160.49º 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 #0AD895 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 149 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.15 |
| HSL | 160.49º | 0.91% | 0.44% | - |
| HSV(B) | 160.49º | 0.95% | 0.85% | - |
| XYZ | 30.11 | 51.35 | 36.76 | - |
| YUV | 146.77 | 129.25 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 149 | 0.95 | 0 | 0.31 | 0.15 | 160.49 | 0.91 | 0.44 |
| Hex | A | D8 | 95 | 5F | 0 | 1F | F | A0 | 5B | 2C |
| Octal | 12 | 330 | 225 | 137 | 0 | 37 | 17 | 240 | 133 | 54 |
| Binary | 1010 | 11011000 | 10010101 | 1011111 | 0 | 11111 | 1111 | 10100000 | 1011011 | 101100 |
Color Harmonies of #0AD895
Complementary color
Monochromatic Colors of #0AD895
Black with #0AD895
Text Example
Text Example
White with #0AD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD895; }
p { color: rgb(10,216,149); }
H1.HeaderClassName
{
color: #0AD895;
}
.AnyTagClassName
{
color: #0AD895;
}
</style>
background-color css
<style>
a { background-color: #0AD895; }
a { background-color: rgb(10,216,149); }
div.DivClassName
{
background-color: #0AD895;
}
.BgClassName
{
background-color: #0AD895;
}
</style>
border-color css
<style>
span { border-color: #0AD895; }
span { border-color: rgb(10,216,149); }
td.TdClassName
{
border-color: #0AD895;
}
.TagClassName
{
border-color: #0AD895;
}
</style>