Shades of Caribbean Green #0AC98D
Tints of Caribbean Green #0AC98D
RGB
CMYK
RGB Variations
Color information
#0AC98D (or 0x0AC98D) is known color: Caribbean Green. HEX triplet: 0A, C9 and 8D. RGB value is (10,201,141). Sum of RGB (Red+Green+Blue) = 10+201+141=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC98D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC98D is #F53672. Grayscale: #898989. Windows color (decimal): -16070259 or 9292042. OLE color: 9292042.
HSL color Cylindrical-coordinate representation of color #0AC98D: hue angle of 161.15º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC98D is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 141 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.21 |
| HSL | 161.15º | 0.91% | 0.41% | - |
| HSV(B) | 161.15º | 0.95% | 0.79% | - |
| XYZ | 25.82 | 43.76 | 32.29 | - |
| YUV | 137.05 | 130.22 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 141 | 0.95 | 0 | 0.30 | 0.21 | 161.15 | 0.91 | 0.41 |
| Hex | A | C9 | 8D | 5F | 0 | 1E | 15 | A1 | 5B | 29 |
| Octal | 12 | 311 | 215 | 137 | 0 | 36 | 25 | 241 | 133 | 51 |
| Binary | 1010 | 11001001 | 10001101 | 1011111 | 0 | 11110 | 10101 | 10100001 | 1011011 | 101001 |
Color Harmonies of #0AC98D
Complementary color
Monochromatic Colors of #0AC98D
Black with #0AC98D
Text Example
Text Example
White with #0AC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC98D; }
p { color: rgb(10,201,141); }
H1.HeaderClassName
{
color: #0AC98D;
}
.AnyTagClassName
{
color: #0AC98D;
}
</style>
background-color css
<style>
a { background-color: #0AC98D; }
a { background-color: rgb(10,201,141); }
div.DivClassName
{
background-color: #0AC98D;
}
.BgClassName
{
background-color: #0AC98D;
}
</style>
border-color css
<style>
span { border-color: #0AC98D; }
span { border-color: rgb(10,201,141); }
td.TdClassName
{
border-color: #0AC98D;
}
.TagClassName
{
border-color: #0AC98D;
}
</style>