Shades of Caribbean Green #0AC78F
Tints of Caribbean Green #0AC78F
RGB
CMYK
RGB Variations
Color information
#0AC78F (or 0x0AC78F) is known color: Caribbean Green. HEX triplet: 0A, C7 and 8F. RGB value is (10,199,143). Sum of RGB (Red+Green+Blue) = 10+199+143=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC78F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC78F is #F53870. Grayscale: #888888. Windows color (decimal): -16070769 or 9422602. OLE color: 9422602.
HSL color Cylindrical-coordinate representation of color #0AC78F: hue angle of 162.22º 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 #0AC78F is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 143 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.22 |
| HSL | 162.22º | 0.9% | 0.41% | - |
| HSV(B) | 162.22º | 0.95% | 0.78% | - |
| XYZ | 25.51 | 42.89 | 32.92 | - |
| YUV | 136.11 | 131.88 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 143 | 0.95 | 0 | 0.28 | 0.22 | 162.22 | 0.9 | 0.41 |
| Hex | A | C7 | 8F | 5F | 0 | 1C | 16 | A2 | 5A | 29 |
| Octal | 12 | 307 | 217 | 137 | 0 | 34 | 26 | 242 | 132 | 51 |
| Binary | 1010 | 11000111 | 10001111 | 1011111 | 0 | 11100 | 10110 | 10100010 | 1011010 | 101001 |
Color Harmonies of #0AC78F
Complementary color
Monochromatic Colors of #0AC78F
Black with #0AC78F
Text Example
Text Example
White with #0AC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC78F; }
p { color: rgb(10,199,143); }
H1.HeaderClassName
{
color: #0AC78F;
}
.AnyTagClassName
{
color: #0AC78F;
}
</style>
background-color css
<style>
a { background-color: #0AC78F; }
a { background-color: rgb(10,199,143); }
div.DivClassName
{
background-color: #0AC78F;
}
.BgClassName
{
background-color: #0AC78F;
}
</style>
border-color css
<style>
span { border-color: #0AC78F; }
span { border-color: rgb(10,199,143); }
td.TdClassName
{
border-color: #0AC78F;
}
.TagClassName
{
border-color: #0AC78F;
}
</style>