Shades of Atlantis #9AC546
Tints of Atlantis #9AC546
RGB
CMYK
RGB Variations
Color information
#9AC546 (or 0x9AC546) is known color: Atlantis. HEX triplet: 9A, C5 and 46. RGB value is (154,197,70). Sum of RGB (Red+Green+Blue) = 154+197+70=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC546 is #653AB9. Grayscale: #AAAAAA. Windows color (decimal): -6634170 or 4638106. OLE color: 4638106.
HSL color Cylindrical-coordinate representation of color #9AC546: hue angle of 80.31º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AC546 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 70 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.23 |
| HSL | 80.31º | 0.52% | 0.52% | - |
| HSV(B) | 80.31º | 0.64% | 0.77% | - |
| XYZ | 34.4 | 47.24 | 13.1 | - |
| YUV | 169.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 70 | 0.22 | 0 | 0.64 | 0.23 | 80.31 | 0.52 | 0.52 |
| Hex | 9A | C5 | 46 | 16 | 0 | 40 | 17 | 50 | 34 | 34 |
| Octal | 232 | 305 | 106 | 26 | 0 | 100 | 27 | 120 | 64 | 64 |
| Binary | 10011010 | 11000101 | 1000110 | 10110 | 0 | 1000000 | 10111 | 1010000 | 110100 | 110100 |
Color Harmonies of #9AC546
Complementary color
Monochromatic Colors of #9AC546
Black with #9AC546
Text Example
Text Example
White with #9AC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC546; }
p { color: rgb(154,197,70); }
H1.HeaderClassName
{
color: #9AC546;
}
.AnyTagClassName
{
color: #9AC546;
}
</style>
background-color css
<style>
a { background-color: #9AC546; }
a { background-color: rgb(154,197,70); }
div.DivClassName
{
background-color: #9AC546;
}
.BgClassName
{
background-color: #9AC546;
}
</style>
border-color css
<style>
span { border-color: #9AC546; }
span { border-color: rgb(154,197,70); }
td.TdClassName
{
border-color: #9AC546;
}
.TagClassName
{
border-color: #9AC546;
}
</style>