Shades of Caribbean Green #0AC789
Tints of Caribbean Green #0AC789
RGB
CMYK
RGB Variations
Color information
#0AC789 (or 0x0AC789) is known color: Caribbean Green. HEX triplet: 0A, C7 and 89. RGB value is (10,199,137). Sum of RGB (Red+Green+Blue) = 10+199+137=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC789 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC789 is #F53876. Grayscale: #878787. Windows color (decimal): -16070775 or 9029386. OLE color: 9029386.
HSL color Cylindrical-coordinate representation of color #0AC789: hue angle of 160.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC789 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 137 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.22 |
| HSL | 160.32º | 0.9% | 0.41% | - |
| HSV(B) | 160.32º | 0.95% | 0.78% | - |
| XYZ | 25.06 | 42.72 | 30.59 | - |
| YUV | 135.42 | 128.88 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 137 | 0.95 | 0 | 0.31 | 0.22 | 160.32 | 0.9 | 0.41 |
| Hex | A | C7 | 89 | 5F | 0 | 1F | 16 | A0 | 5A | 29 |
| Octal | 12 | 307 | 211 | 137 | 0 | 37 | 26 | 240 | 132 | 51 |
| Binary | 1010 | 11000111 | 10001001 | 1011111 | 0 | 11111 | 10110 | 10100000 | 1011010 | 101001 |
Color Harmonies of #0AC789
Complementary color
Monochromatic Colors of #0AC789
Black with #0AC789
Text Example
Text Example
White with #0AC789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC789; }
p { color: rgb(10,199,137); }
H1.HeaderClassName
{
color: #0AC789;
}
.AnyTagClassName
{
color: #0AC789;
}
</style>
background-color css
<style>
a { background-color: #0AC789; }
a { background-color: rgb(10,199,137); }
div.DivClassName
{
background-color: #0AC789;
}
.BgClassName
{
background-color: #0AC789;
}
</style>
border-color css
<style>
span { border-color: #0AC789; }
span { border-color: rgb(10,199,137); }
td.TdClassName
{
border-color: #0AC789;
}
.TagClassName
{
border-color: #0AC789;
}
</style>