Shades of Caribbean Green #0AD7A0
Tints of Caribbean Green #0AD7A0
RGB
CMYK
RGB Variations
Color information
#0AD7A0 (or 0x0AD7A0) is known color: Caribbean Green. HEX triplet: 0A, D7 and A0. RGB value is (10,215,160). Sum of RGB (Red+Green+Blue) = 10+215+160=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD7A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD7A0 is #F5285F. Grayscale: #939393. Windows color (decimal): -16066656 or 10540810. OLE color: 10540810.
HSL color Cylindrical-coordinate representation of color #0AD7A0: hue angle of 163.9º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD7A0 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 160 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.16 |
| HSL | 163.9º | 0.91% | 0.44% | - |
| HSV(B) | 163.9º | 0.95% | 0.84% | - |
| XYZ | 30.77 | 51.2 | 41.52 | - |
| YUV | 147.44 | 135.08 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 160 | 0.95 | 0 | 0.26 | 0.16 | 163.9 | 0.91 | 0.44 |
| Hex | A | D7 | A0 | 5F | 0 | 1A | 10 | A4 | 5B | 2C |
| Octal | 12 | 327 | 240 | 137 | 0 | 32 | 20 | 244 | 133 | 54 |
| Binary | 1010 | 11010111 | 10100000 | 1011111 | 0 | 11010 | 10000 | 10100100 | 1011011 | 101100 |
Color Harmonies of #0AD7A0
Complementary color
Monochromatic Colors of #0AD7A0
Black with #0AD7A0
Text Example
Text Example
White with #0AD7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD7A0; }
p { color: rgb(10,215,160); }
H1.HeaderClassName
{
color: #0AD7A0;
}
.AnyTagClassName
{
color: #0AD7A0;
}
</style>
background-color css
<style>
a { background-color: #0AD7A0; }
a { background-color: rgb(10,215,160); }
div.DivClassName
{
background-color: #0AD7A0;
}
.BgClassName
{
background-color: #0AD7A0;
}
</style>
border-color css
<style>
span { border-color: #0AD7A0; }
span { border-color: rgb(10,215,160); }
td.TdClassName
{
border-color: #0AD7A0;
}
.TagClassName
{
border-color: #0AD7A0;
}
</style>