Shades of Caribbean Green #0AD69F
Tints of Caribbean Green #0AD69F
RGB
CMYK
RGB Variations
Color information
#0AD69F (or 0x0AD69F) is known color: Caribbean Green. HEX triplet: 0A, D6 and 9F. RGB value is (10,214,159). Sum of RGB (Red+Green+Blue) = 10+214+159=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD69F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD69F is #F52960. Grayscale: #929292. Windows color (decimal): -16066913 or 10475018. OLE color: 10475018.
HSL color Cylindrical-coordinate representation of color #0AD69F: hue angle of 163.82º 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 #0AD69F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 159 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.16 |
| HSL | 163.82º | 0.91% | 0.44% | - |
| HSV(B) | 163.82º | 0.95% | 0.84% | - |
| XYZ | 30.43 | 50.66 | 40.98 | - |
| YUV | 146.73 | 134.91 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 159 | 0.95 | 0 | 0.26 | 0.16 | 163.82 | 0.91 | 0.44 |
| Hex | A | D6 | 9F | 5F | 0 | 1A | 10 | A4 | 5B | 2C |
| Octal | 12 | 326 | 237 | 137 | 0 | 32 | 20 | 244 | 133 | 54 |
| Binary | 1010 | 11010110 | 10011111 | 1011111 | 0 | 11010 | 10000 | 10100100 | 1011011 | 101100 |
Color Harmonies of #0AD69F
Complementary color
Monochromatic Colors of #0AD69F
Black with #0AD69F
Text Example
Text Example
White with #0AD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD69F; }
p { color: rgb(10,214,159); }
H1.HeaderClassName
{
color: #0AD69F;
}
.AnyTagClassName
{
color: #0AD69F;
}
</style>
background-color css
<style>
a { background-color: #0AD69F; }
a { background-color: rgb(10,214,159); }
div.DivClassName
{
background-color: #0AD69F;
}
.BgClassName
{
background-color: #0AD69F;
}
</style>
border-color css
<style>
span { border-color: #0AD69F; }
span { border-color: rgb(10,214,159); }
td.TdClassName
{
border-color: #0AD69F;
}
.TagClassName
{
border-color: #0AD69F;
}
</style>