Shades of Caribbean Green #0AD79F
Tints of Caribbean Green #0AD79F
RGB
CMYK
RGB Variations
Color information
#0AD79F (or 0x0AD79F) is known color: Caribbean Green. HEX triplet: 0A, D7 and 9F. RGB value is (10,215,159). Sum of RGB (Red+Green+Blue) = 10+215+159=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD79F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD79F is #F52860. Grayscale: #939393. Windows color (decimal): -16066657 or 10475274. OLE color: 10475274.
HSL color Cylindrical-coordinate representation of color #0AD79F: hue angle of 163.61º 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 #0AD79F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 159 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.16 |
| HSL | 163.61º | 0.91% | 0.44% | - |
| HSV(B) | 163.61º | 0.95% | 0.84% | - |
| XYZ | 30.68 | 51.17 | 41.06 | - |
| YUV | 147.32 | 134.58 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 159 | 0.95 | 0 | 0.26 | 0.16 | 163.61 | 0.91 | 0.44 |
| Hex | A | D7 | 9F | 5F | 0 | 1A | 10 | A4 | 5B | 2C |
| Octal | 12 | 327 | 237 | 137 | 0 | 32 | 20 | 244 | 133 | 54 |
| Binary | 1010 | 11010111 | 10011111 | 1011111 | 0 | 11010 | 10000 | 10100100 | 1011011 | 101100 |
Color Harmonies of #0AD79F
Complementary color
Monochromatic Colors of #0AD79F
Black with #0AD79F
Text Example
Text Example
White with #0AD79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD79F; }
p { color: rgb(10,215,159); }
H1.HeaderClassName
{
color: #0AD79F;
}
.AnyTagClassName
{
color: #0AD79F;
}
</style>
background-color css
<style>
a { background-color: #0AD79F; }
a { background-color: rgb(10,215,159); }
div.DivClassName
{
background-color: #0AD79F;
}
.BgClassName
{
background-color: #0AD79F;
}
</style>
border-color css
<style>
span { border-color: #0AD79F; }
span { border-color: rgb(10,215,159); }
td.TdClassName
{
border-color: #0AD79F;
}
.TagClassName
{
border-color: #0AD79F;
}
</style>