Shades of Caribbean Green #0ADB89
Tints of Caribbean Green #0ADB89
RGB
CMYK
RGB Variations
Color information
#0ADB89 (or 0x0ADB89) is known color: Caribbean Green. HEX triplet: 0A, DB and 89. RGB value is (10,219,137). Sum of RGB (Red+Green+Blue) = 10+219+137=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB89 is #F52476. Grayscale: #939393. Windows color (decimal): -16065655 or 9034506. OLE color: 9034506.
HSL color Cylindrical-coordinate representation of color #0ADB89: hue angle of 156.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADB89 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 137 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.14 |
| HSL | 156.46º | 0.91% | 0.45% | - |
| HSV(B) | 156.46º | 0.95% | 0.86% | - |
| XYZ | 29.97 | 52.53 | 32.23 | - |
| YUV | 147.16 | 122.26 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 137 | 0.95 | 0 | 0.37 | 0.14 | 156.46 | 0.91 | 0.45 |
| Hex | A | DB | 89 | 5F | 0 | 25 | E | 9C | 5B | 2D |
| Octal | 12 | 333 | 211 | 137 | 0 | 45 | 16 | 234 | 133 | 55 |
| Binary | 1010 | 11011011 | 10001001 | 1011111 | 0 | 100101 | 1110 | 10011100 | 1011011 | 101101 |
Color Harmonies of #0ADB89
Complementary color
Monochromatic Colors of #0ADB89
Black with #0ADB89
Text Example
Text Example
White with #0ADB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB89; }
p { color: rgb(10,219,137); }
H1.HeaderClassName
{
color: #0ADB89;
}
.AnyTagClassName
{
color: #0ADB89;
}
</style>
background-color css
<style>
a { background-color: #0ADB89; }
a { background-color: rgb(10,219,137); }
div.DivClassName
{
background-color: #0ADB89;
}
.BgClassName
{
background-color: #0ADB89;
}
</style>
border-color css
<style>
span { border-color: #0ADB89; }
span { border-color: rgb(10,219,137); }
td.TdClassName
{
border-color: #0ADB89;
}
.TagClassName
{
border-color: #0ADB89;
}
</style>