Shades of Caribbean Green #0ADB99
Tints of Caribbean Green #0ADB99
RGB
CMYK
RGB Variations
Color information
#0ADB99 (or 0x0ADB99) is known color: Caribbean Green. HEX triplet: 0A, DB and 99. RGB value is (10,219,153). Sum of RGB (Red+Green+Blue) = 10+219+153=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB99 is #F52466. Grayscale: #959595. Windows color (decimal): -16065639 or 10083082. OLE color: 10083082.
HSL color Cylindrical-coordinate representation of color #0ADB99: hue angle of 161.05º 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 #0ADB99 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 153 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.14 |
| HSL | 161.05º | 0.91% | 0.45% | - |
| HSV(B) | 161.05º | 0.95% | 0.86% | - |
| XYZ | 31.21 | 53.03 | 38.73 | - |
| YUV | 148.99 | 130.26 | 28.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 153 | 0.95 | 0 | 0.30 | 0.14 | 161.05 | 0.91 | 0.45 |
| Hex | A | DB | 99 | 5F | 0 | 1E | E | A1 | 5B | 2D |
| Octal | 12 | 333 | 231 | 137 | 0 | 36 | 16 | 241 | 133 | 55 |
| Binary | 1010 | 11011011 | 10011001 | 1011111 | 0 | 11110 | 1110 | 10100001 | 1011011 | 101101 |
Color Harmonies of #0ADB99
Complementary color
Monochromatic Colors of #0ADB99
Black with #0ADB99
Text Example
Text Example
White with #0ADB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB99; }
p { color: rgb(10,219,153); }
H1.HeaderClassName
{
color: #0ADB99;
}
.AnyTagClassName
{
color: #0ADB99;
}
</style>
background-color css
<style>
a { background-color: #0ADB99; }
a { background-color: rgb(10,219,153); }
div.DivClassName
{
background-color: #0ADB99;
}
.BgClassName
{
background-color: #0ADB99;
}
</style>
border-color css
<style>
span { border-color: #0ADB99; }
span { border-color: rgb(10,219,153); }
td.TdClassName
{
border-color: #0ADB99;
}
.TagClassName
{
border-color: #0ADB99;
}
</style>