Shades of Caribbean Green #0AC88F
Tints of Caribbean Green #0AC88F
RGB
CMYK
RGB Variations
Color information
#0AC88F (or 0x0AC88F) is known color: Caribbean Green. HEX triplet: 0A, C8 and 8F. RGB value is (10,200,143). Sum of RGB (Red+Green+Blue) = 10+200+143=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC88F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC88F is #F53770. Grayscale: #888888. Windows color (decimal): -16070513 or 9422858. OLE color: 9422858.
HSL color Cylindrical-coordinate representation of color #0AC88F: hue angle of 162º 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 #0AC88F is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 143 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.22 |
| HSL | 162º | 0.9% | 0.41% | - |
| HSV(B) | 162º | 0.95% | 0.78% | - |
| XYZ | 25.74 | 43.36 | 33 | - |
| YUV | 136.69 | 131.55 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 143 | 0.95 | 0 | 0.28 | 0.22 | 162 | 0.9 | 0.41 |
| Hex | A | C8 | 8F | 5F | 0 | 1C | 16 | A2 | 5A | 29 |
| Octal | 12 | 310 | 217 | 137 | 0 | 34 | 26 | 242 | 132 | 51 |
| Binary | 1010 | 11001000 | 10001111 | 1011111 | 0 | 11100 | 10110 | 10100010 | 1011010 | 101001 |
Color Harmonies of #0AC88F
Complementary color
Monochromatic Colors of #0AC88F
Black with #0AC88F
Text Example
Text Example
White with #0AC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC88F; }
p { color: rgb(10,200,143); }
H1.HeaderClassName
{
color: #0AC88F;
}
.AnyTagClassName
{
color: #0AC88F;
}
</style>
background-color css
<style>
a { background-color: #0AC88F; }
a { background-color: rgb(10,200,143); }
div.DivClassName
{
background-color: #0AC88F;
}
.BgClassName
{
background-color: #0AC88F;
}
</style>
border-color css
<style>
span { border-color: #0AC88F; }
span { border-color: rgb(10,200,143); }
td.TdClassName
{
border-color: #0AC88F;
}
.TagClassName
{
border-color: #0AC88F;
}
</style>