Shades of Caribbean Green #0AD87A
Tints of Caribbean Green #0AD87A
RGB
CMYK
RGB Variations
Color information
#0AD87A (or 0x0AD87A) is known color: Caribbean Green. HEX triplet: 0A, D8 and 7A. RGB value is (10,216,122). Sum of RGB (Red+Green+Blue) = 10+216+122=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD87A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD87A is #F52785. Grayscale: #8F8F8F. Windows color (decimal): -16066438 or 8050698. OLE color: 8050698.
HSL color Cylindrical-coordinate representation of color #0AD87A: hue angle of 152.62º 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 #0AD87A is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 122 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.15 |
| HSL | 152.62º | 0.91% | 0.44% | - |
| HSV(B) | 152.62º | 0.95% | 0.85% | - |
| XYZ | 28.19 | 50.58 | 26.69 | - |
| YUV | 143.69 | 115.75 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 122 | 0.95 | 0 | 0.44 | 0.15 | 152.62 | 0.91 | 0.44 |
| Hex | A | D8 | 7A | 5F | 0 | 2C | F | 99 | 5B | 2C |
| Octal | 12 | 330 | 172 | 137 | 0 | 54 | 17 | 231 | 133 | 54 |
| Binary | 1010 | 11011000 | 1111010 | 1011111 | 0 | 101100 | 1111 | 10011001 | 1011011 | 101100 |
Color Harmonies of #0AD87A
Complementary color
Monochromatic Colors of #0AD87A
Black with #0AD87A
Text Example
Text Example
White with #0AD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD87A; }
p { color: rgb(10,216,122); }
H1.HeaderClassName
{
color: #0AD87A;
}
.AnyTagClassName
{
color: #0AD87A;
}
</style>
background-color css
<style>
a { background-color: #0AD87A; }
a { background-color: rgb(10,216,122); }
div.DivClassName
{
background-color: #0AD87A;
}
.BgClassName
{
background-color: #0AD87A;
}
</style>
border-color css
<style>
span { border-color: #0AD87A; }
span { border-color: rgb(10,216,122); }
td.TdClassName
{
border-color: #0AD87A;
}
.TagClassName
{
border-color: #0AD87A;
}
</style>