Shades of Caribbean Green #0AD882
Tints of Caribbean Green #0AD882
RGB
CMYK
RGB Variations
Color information
#0AD882 (or 0x0AD882) is known color: Caribbean Green. HEX triplet: 0A, D8 and 82. RGB value is (10,216,130). Sum of RGB (Red+Green+Blue) = 10+216+130=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD882 is #F5277D. Grayscale: #909090. Windows color (decimal): -16066430 or 8574986. OLE color: 8574986.
HSL color Cylindrical-coordinate representation of color #0AD882: hue angle of 154.95º 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 #0AD882 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 130 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.15 |
| HSL | 154.95º | 0.91% | 0.44% | - |
| HSV(B) | 154.95º | 0.95% | 0.85% | - |
| XYZ | 28.71 | 50.79 | 29.41 | - |
| YUV | 144.6 | 119.75 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 130 | 0.95 | 0 | 0.40 | 0.15 | 154.95 | 0.91 | 0.44 |
| Hex | A | D8 | 82 | 5F | 0 | 28 | F | 9B | 5B | 2C |
| Octal | 12 | 330 | 202 | 137 | 0 | 50 | 17 | 233 | 133 | 54 |
| Binary | 1010 | 11011000 | 10000010 | 1011111 | 0 | 101000 | 1111 | 10011011 | 1011011 | 101100 |
Color Harmonies of #0AD882
Complementary color
Monochromatic Colors of #0AD882
Black with #0AD882
Text Example
Text Example
White with #0AD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD882; }
p { color: rgb(10,216,130); }
H1.HeaderClassName
{
color: #0AD882;
}
.AnyTagClassName
{
color: #0AD882;
}
</style>
background-color css
<style>
a { background-color: #0AD882; }
a { background-color: rgb(10,216,130); }
div.DivClassName
{
background-color: #0AD882;
}
.BgClassName
{
background-color: #0AD882;
}
</style>
border-color css
<style>
span { border-color: #0AD882; }
span { border-color: rgb(10,216,130); }
td.TdClassName
{
border-color: #0AD882;
}
.TagClassName
{
border-color: #0AD882;
}
</style>