Shades of Caribbean Green #0ACC99
Tints of Caribbean Green #0ACC99
RGB
CMYK
RGB Variations
Color information
#0ACC99 (or 0x0ACC99) is known color: Caribbean Green. HEX triplet: 0A, CC and 99. RGB value is (10,204,153). Sum of RGB (Red+Green+Blue) = 10+204+153=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC99 is #F53366. Grayscale: #8C8C8C. Windows color (decimal): -16069479 or 10079242. OLE color: 10079242.
HSL color Cylindrical-coordinate representation of color #0ACC99: hue angle of 164.23º 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 #0ACC99 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 153 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.2 |
| HSL | 164.23º | 0.91% | 0.42% | - |
| HSV(B) | 164.23º | 0.95% | 0.8% | - |
| XYZ | 27.47 | 45.55 | 37.48 | - |
| YUV | 140.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 153 | 0.95 | 0 | 0.25 | 0.2 | 164.23 | 0.91 | 0.42 |
| Hex | A | CC | 99 | 5F | 0 | 19 | 14 | A4 | 5B | 2A |
| Octal | 12 | 314 | 231 | 137 | 0 | 31 | 24 | 244 | 133 | 52 |
| Binary | 1010 | 11001100 | 10011001 | 1011111 | 0 | 11001 | 10100 | 10100100 | 1011011 | 101010 |
Color Harmonies of #0ACC99
Complementary color
Monochromatic Colors of #0ACC99
Black with #0ACC99
Text Example
Text Example
White with #0ACC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC99; }
p { color: rgb(10,204,153); }
H1.HeaderClassName
{
color: #0ACC99;
}
.AnyTagClassName
{
color: #0ACC99;
}
</style>
background-color css
<style>
a { background-color: #0ACC99; }
a { background-color: rgb(10,204,153); }
div.DivClassName
{
background-color: #0ACC99;
}
.BgClassName
{
background-color: #0ACC99;
}
</style>
border-color css
<style>
span { border-color: #0ACC99; }
span { border-color: rgb(10,204,153); }
td.TdClassName
{
border-color: #0ACC99;
}
.TagClassName
{
border-color: #0ACC99;
}
</style>