Shades of Caribbean Green #0AC890
Tints of Caribbean Green #0AC890
RGB
CMYK
RGB Variations
Color information
#0AC890 (or 0x0AC890) is known color: Caribbean Green. HEX triplet: 0A, C8 and 90. RGB value is (10,200,144). Sum of RGB (Red+Green+Blue) = 10+200+144=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC890 is #F5376F. Grayscale: #888888. Windows color (decimal): -16070512 or 9488394. OLE color: 9488394.
HSL color Cylindrical-coordinate representation of color #0AC890: hue angle of 162.32º 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 #0AC890 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 144 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.22 |
| HSL | 162.32º | 0.9% | 0.41% | - |
| HSV(B) | 162.32º | 0.95% | 0.78% | - |
| XYZ | 25.81 | 43.39 | 33.4 | - |
| YUV | 136.81 | 132.05 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 144 | 0.95 | 0 | 0.28 | 0.22 | 162.32 | 0.9 | 0.41 |
| Hex | A | C8 | 90 | 5F | 0 | 1C | 16 | A2 | 5A | 29 |
| Octal | 12 | 310 | 220 | 137 | 0 | 34 | 26 | 242 | 132 | 51 |
| Binary | 1010 | 11001000 | 10010000 | 1011111 | 0 | 11100 | 10110 | 10100010 | 1011010 | 101001 |
Color Harmonies of #0AC890
Complementary color
Monochromatic Colors of #0AC890
Black with #0AC890
Text Example
Text Example
White with #0AC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC890; }
p { color: rgb(10,200,144); }
H1.HeaderClassName
{
color: #0AC890;
}
.AnyTagClassName
{
color: #0AC890;
}
</style>
background-color css
<style>
a { background-color: #0AC890; }
a { background-color: rgb(10,200,144); }
div.DivClassName
{
background-color: #0AC890;
}
.BgClassName
{
background-color: #0AC890;
}
</style>
border-color css
<style>
span { border-color: #0AC890; }
span { border-color: rgb(10,200,144); }
td.TdClassName
{
border-color: #0AC890;
}
.TagClassName
{
border-color: #0AC890;
}
</style>