Shades of Atlantis #9AC449
Tints of Atlantis #9AC449
RGB
CMYK
RGB Variations
Color information
#9AC449 (or 0x9AC449) is known color: Atlantis. HEX triplet: 9A, C4 and 49. RGB value is (154,196,73). Sum of RGB (Red+Green+Blue) = 154+196+73=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC449 is #653BB6. Grayscale: #A9A9A9. Windows color (decimal): -6634423 or 4834458. OLE color: 4834458.
HSL color Cylindrical-coordinate representation of color #9AC449: hue angle of 80.49º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AC449 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 196 | 73 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.23 |
| HSL | 80.49º | 0.51% | 0.53% | - |
| HSV(B) | 80.49º | 0.63% | 0.77% | - |
| XYZ | 34.27 | 46.83 | 13.54 | - |
| YUV | 169.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 73 | 0.21 | 0 | 0.63 | 0.23 | 80.49 | 0.51 | 0.53 |
| Hex | 9A | C4 | 49 | 15 | 0 | 3F | 17 | 50 | 33 | 35 |
| Octal | 232 | 304 | 111 | 25 | 0 | 77 | 27 | 120 | 63 | 65 |
| Binary | 10011010 | 11000100 | 1001001 | 10101 | 0 | 111111 | 10111 | 1010000 | 110011 | 110101 |
Color Harmonies of #9AC449
Complementary color
Monochromatic Colors of #9AC449
Black with #9AC449
Text Example
Text Example
White with #9AC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC449; }
p { color: rgb(154,196,73); }
H1.HeaderClassName
{
color: #9AC449;
}
.AnyTagClassName
{
color: #9AC449;
}
</style>
background-color css
<style>
a { background-color: #9AC449; }
a { background-color: rgb(154,196,73); }
div.DivClassName
{
background-color: #9AC449;
}
.BgClassName
{
background-color: #9AC449;
}
</style>
border-color css
<style>
span { border-color: #9AC449; }
span { border-color: rgb(154,196,73); }
td.TdClassName
{
border-color: #9AC449;
}
.TagClassName
{
border-color: #9AC449;
}
</style>