Shades of Caribbean Green #0AD891
Tints of Caribbean Green #0AD891
RGB
CMYK
RGB Variations
Color information
#0AD891 (or 0x0AD891) is known color: Caribbean Green. HEX triplet: 0A, D8 and 91. RGB value is (10,216,145). Sum of RGB (Red+Green+Blue) = 10+216+145=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD891 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD891 is #F5276E. Grayscale: #929292. Windows color (decimal): -16066415 or 9558026. OLE color: 9558026.
HSL color Cylindrical-coordinate representation of color #0AD891: hue angle of 159.32º 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 #0AD891 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 145 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.15 |
| HSL | 159.32º | 0.91% | 0.44% | - |
| HSV(B) | 159.32º | 0.95% | 0.85% | - |
| XYZ | 29.79 | 51.22 | 35.1 | - |
| YUV | 146.31 | 127.25 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 145 | 0.95 | 0 | 0.33 | 0.15 | 159.32 | 0.91 | 0.44 |
| Hex | A | D8 | 91 | 5F | 0 | 21 | F | 9F | 5B | 2C |
| Octal | 12 | 330 | 221 | 137 | 0 | 41 | 17 | 237 | 133 | 54 |
| Binary | 1010 | 11011000 | 10010001 | 1011111 | 0 | 100001 | 1111 | 10011111 | 1011011 | 101100 |
Color Harmonies of #0AD891
Complementary color
Monochromatic Colors of #0AD891
Black with #0AD891
Text Example
Text Example
White with #0AD891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD891; }
p { color: rgb(10,216,145); }
H1.HeaderClassName
{
color: #0AD891;
}
.AnyTagClassName
{
color: #0AD891;
}
</style>
background-color css
<style>
a { background-color: #0AD891; }
a { background-color: rgb(10,216,145); }
div.DivClassName
{
background-color: #0AD891;
}
.BgClassName
{
background-color: #0AD891;
}
</style>
border-color css
<style>
span { border-color: #0AD891; }
span { border-color: rgb(10,216,145); }
td.TdClassName
{
border-color: #0AD891;
}
.TagClassName
{
border-color: #0AD891;
}
</style>