Shades of Caribbean Green #0AD69A
Tints of Caribbean Green #0AD69A
RGB
CMYK
RGB Variations
Color information
#0AD69A (or 0x0AD69A) is known color: Caribbean Green. HEX triplet: 0A, D6 and 9A. RGB value is (10,214,154). Sum of RGB (Red+Green+Blue) = 10+214+154=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD69A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD69A is #F52965. Grayscale: #929292. Windows color (decimal): -16066918 or 10147338. OLE color: 10147338.
HSL color Cylindrical-coordinate representation of color #0AD69A: hue angle of 162.35º 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 #0AD69A is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 154 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.16 |
| HSL | 162.35º | 0.91% | 0.44% | - |
| HSV(B) | 162.35º | 0.95% | 0.84% | - |
| XYZ | 30 | 50.49 | 38.74 | - |
| YUV | 146.16 | 132.41 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 154 | 0.95 | 0 | 0.28 | 0.16 | 162.35 | 0.91 | 0.44 |
| Hex | A | D6 | 9A | 5F | 0 | 1C | 10 | A2 | 5B | 2C |
| Octal | 12 | 326 | 232 | 137 | 0 | 34 | 20 | 242 | 133 | 54 |
| Binary | 1010 | 11010110 | 10011010 | 1011111 | 0 | 11100 | 10000 | 10100010 | 1011011 | 101100 |
Color Harmonies of #0AD69A
Complementary color
Monochromatic Colors of #0AD69A
Black with #0AD69A
Text Example
Text Example
White with #0AD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD69A; }
p { color: rgb(10,214,154); }
H1.HeaderClassName
{
color: #0AD69A;
}
.AnyTagClassName
{
color: #0AD69A;
}
</style>
background-color css
<style>
a { background-color: #0AD69A; }
a { background-color: rgb(10,214,154); }
div.DivClassName
{
background-color: #0AD69A;
}
.BgClassName
{
background-color: #0AD69A;
}
</style>
border-color css
<style>
span { border-color: #0AD69A; }
span { border-color: rgb(10,214,154); }
td.TdClassName
{
border-color: #0AD69A;
}
.TagClassName
{
border-color: #0AD69A;
}
</style>