Shades of Caribbean Green #0ACC84
Tints of Caribbean Green #0ACC84
RGB
CMYK
RGB Variations
Color information
#0ACC84 (or 0x0ACC84) is known color: Caribbean Green. HEX triplet: 0A, CC and 84. RGB value is (10,204,132). Sum of RGB (Red+Green+Blue) = 10+204+132=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC84 is #F5337B. Grayscale: #898989. Windows color (decimal): -16069500 or 8702986. OLE color: 8702986.
HSL color Cylindrical-coordinate representation of color #0ACC84: hue angle of 157.73º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC84 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 132 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.2 |
| HSL | 157.73º | 0.91% | 0.42% | - |
| HSV(B) | 157.73º | 0.95% | 0.8% | - |
| XYZ | 25.88 | 44.92 | 29.14 | - |
| YUV | 137.79 | 124.73 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 132 | 0.95 | 0 | 0.35 | 0.2 | 157.73 | 0.91 | 0.42 |
| Hex | A | CC | 84 | 5F | 0 | 23 | 14 | 9E | 5B | 2A |
| Octal | 12 | 314 | 204 | 137 | 0 | 43 | 24 | 236 | 133 | 52 |
| Binary | 1010 | 11001100 | 10000100 | 1011111 | 0 | 100011 | 10100 | 10011110 | 1011011 | 101010 |
Color Harmonies of #0ACC84
Complementary color
Monochromatic Colors of #0ACC84
Black with #0ACC84
Text Example
Text Example
White with #0ACC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC84; }
p { color: rgb(10,204,132); }
H1.HeaderClassName
{
color: #0ACC84;
}
.AnyTagClassName
{
color: #0ACC84;
}
</style>
background-color css
<style>
a { background-color: #0ACC84; }
a { background-color: rgb(10,204,132); }
div.DivClassName
{
background-color: #0ACC84;
}
.BgClassName
{
background-color: #0ACC84;
}
</style>
border-color css
<style>
span { border-color: #0ACC84; }
span { border-color: rgb(10,204,132); }
td.TdClassName
{
border-color: #0ACC84;
}
.TagClassName
{
border-color: #0ACC84;
}
</style>