Shades of Caribbean Green #0AC28D
Tints of Caribbean Green #0AC28D
RGB
CMYK
RGB Variations
Color information
#0AC28D (or 0x0AC28D) is known color: Caribbean Green. HEX triplet: 0A, C2 and 8D. RGB value is (10,194,141). Sum of RGB (Red+Green+Blue) = 10+194+141=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC28D is #F53D72. Grayscale: #848484. Windows color (decimal): -16072051 or 9290250. OLE color: 9290250.
HSL color Cylindrical-coordinate representation of color #0AC28D: hue angle of 162.72º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC28D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 141 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.24 |
| HSL | 162.72º | 0.9% | 0.4% | - |
| HSV(B) | 162.72º | 0.95% | 0.76% | - |
| XYZ | 24.22 | 40.57 | 31.75 | - |
| YUV | 132.94 | 132.54 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 141 | 0.95 | 0 | 0.27 | 0.24 | 162.72 | 0.9 | 0.4 |
| Hex | A | C2 | 8D | 5F | 0 | 1B | 18 | A3 | 5A | 28 |
| Octal | 12 | 302 | 215 | 137 | 0 | 33 | 30 | 243 | 132 | 50 |
| Binary | 1010 | 11000010 | 10001101 | 1011111 | 0 | 11011 | 11000 | 10100011 | 1011010 | 101000 |
Color Harmonies of #0AC28D
Complementary color
Monochromatic Colors of #0AC28D
Black with #0AC28D
Text Example
Text Example
White with #0AC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC28D; }
p { color: rgb(10,194,141); }
H1.HeaderClassName
{
color: #0AC28D;
}
.AnyTagClassName
{
color: #0AC28D;
}
</style>
background-color css
<style>
a { background-color: #0AC28D; }
a { background-color: rgb(10,194,141); }
div.DivClassName
{
background-color: #0AC28D;
}
.BgClassName
{
background-color: #0AC28D;
}
</style>
border-color css
<style>
span { border-color: #0AC28D; }
span { border-color: rgb(10,194,141); }
td.TdClassName
{
border-color: #0AC28D;
}
.TagClassName
{
border-color: #0AC28D;
}
</style>