Shades of Caribbean Green #0AC29A
Tints of Caribbean Green #0AC29A
RGB
CMYK
RGB Variations
Color information
#0AC29A (or 0x0AC29A) is known color: Caribbean Green. HEX triplet: 0A, C2 and 9A. RGB value is (10,194,154). Sum of RGB (Red+Green+Blue) = 10+194+154=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC29A is #F53D65. Grayscale: #868686. Windows color (decimal): -16072038 or 10142218. OLE color: 10142218.
HSL color Cylindrical-coordinate representation of color #0AC29A: hue angle of 166.96º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC29A is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 154 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.24 |
| HSL | 166.96º | 0.9% | 0.4% | - |
| HSV(B) | 166.96º | 0.95% | 0.76% | - |
| XYZ | 25.25 | 40.98 | 37.15 | - |
| YUV | 134.42 | 139.04 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 154 | 0.95 | 0 | 0.21 | 0.24 | 166.96 | 0.9 | 0.4 |
| Hex | A | C2 | 9A | 5F | 0 | 15 | 18 | A7 | 5A | 28 |
| Octal | 12 | 302 | 232 | 137 | 0 | 25 | 30 | 247 | 132 | 50 |
| Binary | 1010 | 11000010 | 10011010 | 1011111 | 0 | 10101 | 11000 | 10100111 | 1011010 | 101000 |
Color Harmonies of #0AC29A
Complementary color
Monochromatic Colors of #0AC29A
Black with #0AC29A
Text Example
Text Example
White with #0AC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC29A; }
p { color: rgb(10,194,154); }
H1.HeaderClassName
{
color: #0AC29A;
}
.AnyTagClassName
{
color: #0AC29A;
}
</style>
background-color css
<style>
a { background-color: #0AC29A; }
a { background-color: rgb(10,194,154); }
div.DivClassName
{
background-color: #0AC29A;
}
.BgClassName
{
background-color: #0AC29A;
}
</style>
border-color css
<style>
span { border-color: #0AC29A; }
span { border-color: rgb(10,194,154); }
td.TdClassName
{
border-color: #0AC29A;
}
.TagClassName
{
border-color: #0AC29A;
}
</style>