Shades of Caribbean Green #0AC49E
Tints of Caribbean Green #0AC49E
RGB
CMYK
RGB Variations
Color information
#0AC49E (or 0x0AC49E) is known color: Caribbean Green. HEX triplet: 0A, C4 and 9E. RGB value is (10,196,158). Sum of RGB (Red+Green+Blue) = 10+196+158=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC49E is #F53B61. Grayscale: #888888. Windows color (decimal): -16071522 or 10404874. OLE color: 10404874.
HSL color Cylindrical-coordinate representation of color #0AC49E: hue angle of 167.74º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC49E is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 158 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.23 |
| HSL | 167.74º | 0.9% | 0.4% | - |
| HSV(B) | 167.74º | 0.95% | 0.77% | - |
| XYZ | 26.04 | 42.01 | 39.08 | - |
| YUV | 136.05 | 140.38 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 158 | 0.95 | 0 | 0.19 | 0.23 | 167.74 | 0.9 | 0.4 |
| Hex | A | C4 | 9E | 5F | 0 | 13 | 17 | A8 | 5A | 28 |
| Octal | 12 | 304 | 236 | 137 | 0 | 23 | 27 | 250 | 132 | 50 |
| Binary | 1010 | 11000100 | 10011110 | 1011111 | 0 | 10011 | 10111 | 10101000 | 1011010 | 101000 |
Color Harmonies of #0AC49E
Complementary color
Monochromatic Colors of #0AC49E
Black with #0AC49E
Text Example
Text Example
White with #0AC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC49E; }
p { color: rgb(10,196,158); }
H1.HeaderClassName
{
color: #0AC49E;
}
.AnyTagClassName
{
color: #0AC49E;
}
</style>
background-color css
<style>
a { background-color: #0AC49E; }
a { background-color: rgb(10,196,158); }
div.DivClassName
{
background-color: #0AC49E;
}
.BgClassName
{
background-color: #0AC49E;
}
</style>
border-color css
<style>
span { border-color: #0AC49E; }
span { border-color: rgb(10,196,158); }
td.TdClassName
{
border-color: #0AC49E;
}
.TagClassName
{
border-color: #0AC49E;
}
</style>