Shades of Caribbean Green #0AD89B
Tints of Caribbean Green #0AD89B
RGB
CMYK
RGB Variations
Color information
#0AD89B (or 0x0AD89B) is known color: Caribbean Green. HEX triplet: 0A, D8 and 9B. RGB value is (10,216,155). Sum of RGB (Red+Green+Blue) = 10+216+155=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD89B is #F52764. Grayscale: #939393. Windows color (decimal): -16066405 or 10213386. OLE color: 10213386.
HSL color Cylindrical-coordinate representation of color #0AD89B: hue angle of 162.23º 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 #0AD89B is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 155 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.15 |
| HSL | 162.23º | 0.91% | 0.44% | - |
| HSV(B) | 162.23º | 0.95% | 0.85% | - |
| XYZ | 30.6 | 51.54 | 39.35 | - |
| YUV | 147.45 | 132.25 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 155 | 0.95 | 0 | 0.28 | 0.15 | 162.23 | 0.91 | 0.44 |
| Hex | A | D8 | 9B | 5F | 0 | 1C | F | A2 | 5B | 2C |
| Octal | 12 | 330 | 233 | 137 | 0 | 34 | 17 | 242 | 133 | 54 |
| Binary | 1010 | 11011000 | 10011011 | 1011111 | 0 | 11100 | 1111 | 10100010 | 1011011 | 101100 |
Color Harmonies of #0AD89B
Complementary color
Monochromatic Colors of #0AD89B
Black with #0AD89B
Text Example
Text Example
White with #0AD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD89B; }
p { color: rgb(10,216,155); }
H1.HeaderClassName
{
color: #0AD89B;
}
.AnyTagClassName
{
color: #0AD89B;
}
</style>
background-color css
<style>
a { background-color: #0AD89B; }
a { background-color: rgb(10,216,155); }
div.DivClassName
{
background-color: #0AD89B;
}
.BgClassName
{
background-color: #0AD89B;
}
</style>
border-color css
<style>
span { border-color: #0AD89B; }
span { border-color: rgb(10,216,155); }
td.TdClassName
{
border-color: #0AD89B;
}
.TagClassName
{
border-color: #0AD89B;
}
</style>