Shades of Caribbean Green #0AC99C
Tints of Caribbean Green #0AC99C
RGB
CMYK
RGB Variations
Color information
#0AC99C (or 0x0AC99C) is known color: Caribbean Green. HEX triplet: 0A, C9 and 9C. RGB value is (10,201,156). Sum of RGB (Red+Green+Blue) = 10+201+156=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC99C is #F53663. Grayscale: #8A8A8A. Windows color (decimal): -16070244 or 10275082. OLE color: 10275082.
HSL color Cylindrical-coordinate representation of color #0AC99C: hue angle of 165.86º 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 #0AC99C is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 156 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.21 |
| HSL | 165.86º | 0.91% | 0.41% | - |
| HSV(B) | 165.86º | 0.95% | 0.79% | - |
| XYZ | 27.01 | 44.24 | 38.57 | - |
| YUV | 138.76 | 137.72 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 156 | 0.95 | 0 | 0.22 | 0.21 | 165.86 | 0.91 | 0.41 |
| Hex | A | C9 | 9C | 5F | 0 | 16 | 15 | A6 | 5B | 29 |
| Octal | 12 | 311 | 234 | 137 | 0 | 26 | 25 | 246 | 133 | 51 |
| Binary | 1010 | 11001001 | 10011100 | 1011111 | 0 | 10110 | 10101 | 10100110 | 1011011 | 101001 |
Color Harmonies of #0AC99C
Complementary color
Monochromatic Colors of #0AC99C
Black with #0AC99C
Text Example
Text Example
White with #0AC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC99C; }
p { color: rgb(10,201,156); }
H1.HeaderClassName
{
color: #0AC99C;
}
.AnyTagClassName
{
color: #0AC99C;
}
</style>
background-color css
<style>
a { background-color: #0AC99C; }
a { background-color: rgb(10,201,156); }
div.DivClassName
{
background-color: #0AC99C;
}
.BgClassName
{
background-color: #0AC99C;
}
</style>
border-color css
<style>
span { border-color: #0AC99C; }
span { border-color: rgb(10,201,156); }
td.TdClassName
{
border-color: #0AC99C;
}
.TagClassName
{
border-color: #0AC99C;
}
</style>