Shades of Atlantis #9ACE49
Tints of Atlantis #9ACE49
RGB
CMYK
RGB Variations
Color information
#9ACE49 (or 0x9ACE49) is known color: Atlantis. HEX triplet: 9A, CE and 49. RGB value is (154,206,73). Sum of RGB (Red+Green+Blue) = 154+206+73=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE49 is #6531B6. Grayscale: #AFAFAF. Windows color (decimal): -6631863 or 4837018. OLE color: 4837018.
HSL color Cylindrical-coordinate representation of color #9ACE49: hue angle of 83.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ACE49 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 73 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.19 |
| HSL | 83.46º | 0.58% | 0.55% | - |
| HSV(B) | 83.46º | 0.65% | 0.81% | - |
| XYZ | 36.6 | 51.49 | 14.31 | - |
| YUV | 175.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 73 | 0.25 | 0 | 0.65 | 0.19 | 83.46 | 0.58 | 0.55 |
| Hex | 9A | CE | 49 | 19 | 0 | 41 | 13 | 53 | 3A | 37 |
| Octal | 232 | 316 | 111 | 31 | 0 | 101 | 23 | 123 | 72 | 67 |
| Binary | 10011010 | 11001110 | 1001001 | 11001 | 0 | 1000001 | 10011 | 1010011 | 111010 | 110111 |
Color Harmonies of #9ACE49
Complementary color
Monochromatic Colors of #9ACE49
Black with #9ACE49
Text Example
Text Example
White with #9ACE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE49; }
p { color: rgb(154,206,73); }
H1.HeaderClassName
{
color: #9ACE49;
}
.AnyTagClassName
{
color: #9ACE49;
}
</style>
background-color css
<style>
a { background-color: #9ACE49; }
a { background-color: rgb(154,206,73); }
div.DivClassName
{
background-color: #9ACE49;
}
.BgClassName
{
background-color: #9ACE49;
}
</style>
border-color css
<style>
span { border-color: #9ACE49; }
span { border-color: rgb(154,206,73); }
td.TdClassName
{
border-color: #9ACE49;
}
.TagClassName
{
border-color: #9ACE49;
}
</style>