Shades of Caribbean Green #0ACC7F
Tints of Caribbean Green #0ACC7F
RGB
CMYK
RGB Variations
Color information
#0ACC7F (or 0x0ACC7F) is known color: Caribbean Green. HEX triplet: 0A, CC and 7F. RGB value is (10,204,127). Sum of RGB (Red+Green+Blue) = 10+204+127=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACC7F is #F53380. Grayscale: #898989. Windows color (decimal): -16069505 or 8375306. OLE color: 8375306.
HSL color Cylindrical-coordinate representation of color #0ACC7F: hue angle of 156.19º 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 #0ACC7F is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 127 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.2 |
| HSL | 156.19º | 0.91% | 0.42% | - |
| HSV(B) | 156.19º | 0.95% | 0.8% | - |
| XYZ | 25.55 | 44.78 | 27.38 | - |
| YUV | 137.22 | 122.23 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 127 | 0.95 | 0 | 0.38 | 0.2 | 156.19 | 0.91 | 0.42 |
| Hex | A | CC | 7F | 5F | 0 | 26 | 14 | 9C | 5B | 2A |
| Octal | 12 | 314 | 177 | 137 | 0 | 46 | 24 | 234 | 133 | 52 |
| Binary | 1010 | 11001100 | 1111111 | 1011111 | 0 | 100110 | 10100 | 10011100 | 1011011 | 101010 |
Color Harmonies of #0ACC7F
Complementary color
Monochromatic Colors of #0ACC7F
Black with #0ACC7F
Text Example
Text Example
White with #0ACC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC7F; }
p { color: rgb(10,204,127); }
H1.HeaderClassName
{
color: #0ACC7F;
}
.AnyTagClassName
{
color: #0ACC7F;
}
</style>
background-color css
<style>
a { background-color: #0ACC7F; }
a { background-color: rgb(10,204,127); }
div.DivClassName
{
background-color: #0ACC7F;
}
.BgClassName
{
background-color: #0ACC7F;
}
</style>
border-color css
<style>
span { border-color: #0ACC7F; }
span { border-color: rgb(10,204,127); }
td.TdClassName
{
border-color: #0ACC7F;
}
.TagClassName
{
border-color: #0ACC7F;
}
</style>