Shades of Caribbean Green #0AC98B
Tints of Caribbean Green #0AC98B
RGB
CMYK
RGB Variations
Color information
#0AC98B (or 0x0AC98B) is known color: Caribbean Green. HEX triplet: 0A, C9 and 8B. RGB value is (10,201,139). Sum of RGB (Red+Green+Blue) = 10+201+139=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC98B is #F53674. Grayscale: #888888. Windows color (decimal): -16070261 or 9160970. OLE color: 9160970.
HSL color Cylindrical-coordinate representation of color #0AC98B: hue angle of 160.52º 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 #0AC98B is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 139 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.21 |
| HSL | 160.52º | 0.91% | 0.41% | - |
| HSV(B) | 160.52º | 0.95% | 0.79% | - |
| XYZ | 25.67 | 43.7 | 31.51 | - |
| YUV | 136.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 139 | 0.95 | 0 | 0.31 | 0.21 | 160.52 | 0.91 | 0.41 |
| Hex | A | C9 | 8B | 5F | 0 | 1F | 15 | A1 | 5B | 29 |
| Octal | 12 | 311 | 213 | 137 | 0 | 37 | 25 | 241 | 133 | 51 |
| Binary | 1010 | 11001001 | 10001011 | 1011111 | 0 | 11111 | 10101 | 10100001 | 1011011 | 101001 |
Color Harmonies of #0AC98B
Complementary color
Monochromatic Colors of #0AC98B
Black with #0AC98B
Text Example
Text Example
White with #0AC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC98B; }
p { color: rgb(10,201,139); }
H1.HeaderClassName
{
color: #0AC98B;
}
.AnyTagClassName
{
color: #0AC98B;
}
</style>
background-color css
<style>
a { background-color: #0AC98B; }
a { background-color: rgb(10,201,139); }
div.DivClassName
{
background-color: #0AC98B;
}
.BgClassName
{
background-color: #0AC98B;
}
</style>
border-color css
<style>
span { border-color: #0AC98B; }
span { border-color: rgb(10,201,139); }
td.TdClassName
{
border-color: #0AC98B;
}
.TagClassName
{
border-color: #0AC98B;
}
</style>