Shades of Atlantis #9ACE56
Tints of Atlantis #9ACE56
RGB
CMYK
RGB Variations
Color information
#9ACE56 (or 0x9ACE56) is known color: Atlantis. HEX triplet: 9A, CE and 56. RGB value is (154,206,86). Sum of RGB (Red+Green+Blue) = 154+206+86=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE56 is #6531A9. Grayscale: #B1B1B1. Windows color (decimal): -6631850 or 5688986. OLE color: 5688986.
HSL color Cylindrical-coordinate representation of color #9ACE56: hue angle of 86º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ACE56 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 86 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.19 |
| HSL | 86º | 0.55% | 0.57% | - |
| HSV(B) | 86º | 0.58% | 0.81% | - |
| XYZ | 37.08 | 51.68 | 16.83 | - |
| YUV | 176.77 | 76.77 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 86 | 0.25 | 0 | 0.58 | 0.19 | 86 | 0.55 | 0.57 |
| Hex | 9A | CE | 56 | 19 | 0 | 3A | 13 | 56 | 37 | 39 |
| Octal | 232 | 316 | 126 | 31 | 0 | 72 | 23 | 126 | 67 | 71 |
| Binary | 10011010 | 11001110 | 1010110 | 11001 | 0 | 111010 | 10011 | 1010110 | 110111 | 111001 |
Color Harmonies of #9ACE56
Complementary color
Monochromatic Colors of #9ACE56
Black with #9ACE56
Text Example
Text Example
White with #9ACE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE56; }
p { color: rgb(154,206,86); }
H1.HeaderClassName
{
color: #9ACE56;
}
.AnyTagClassName
{
color: #9ACE56;
}
</style>
background-color css
<style>
a { background-color: #9ACE56; }
a { background-color: rgb(154,206,86); }
div.DivClassName
{
background-color: #9ACE56;
}
.BgClassName
{
background-color: #9ACE56;
}
</style>
border-color css
<style>
span { border-color: #9ACE56; }
span { border-color: rgb(154,206,86); }
td.TdClassName
{
border-color: #9ACE56;
}
.TagClassName
{
border-color: #9ACE56;
}
</style>