Shades of Atlantis #A0C845
Tints of Atlantis #A0C845
RGB
CMYK
RGB Variations
Color information
#A0C845 (or 0xA0C845) is known color: Atlantis. HEX triplet: A0, C8 and 45. RGB value is (160,200,69). Sum of RGB (Red+Green+Blue) = 160+200+69=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C845 is #5F37BA. Grayscale: #ADADAD. Windows color (decimal): -6240187 or 4573344. OLE color: 4573344.
HSL color Cylindrical-coordinate representation of color #A0C845: hue angle of 78.32º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C845 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 69 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.22 |
| HSL | 78.32º | 0.54% | 0.53% | - |
| HSV(B) | 78.32º | 0.66% | 0.78% | - |
| XYZ | 36.23 | 49.21 | 13.22 | - |
| YUV | 173.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 69 | 0.2 | 0 | 0.66 | 0.22 | 78.32 | 0.54 | 0.53 |
| Hex | A0 | C8 | 45 | 14 | 0 | 42 | 16 | 4E | 36 | 35 |
| Octal | 240 | 310 | 105 | 24 | 0 | 102 | 26 | 116 | 66 | 65 |
| Binary | 10100000 | 11001000 | 1000101 | 10100 | 0 | 1000010 | 10110 | 1001110 | 110110 | 110101 |
Color Harmonies of #A0C845
Complementary color
Monochromatic Colors of #A0C845
Black with #A0C845
Text Example
Text Example
White with #A0C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C845; }
p { color: rgb(160,200,69); }
H1.HeaderClassName
{
color: #A0C845;
}
.AnyTagClassName
{
color: #A0C845;
}
</style>
background-color css
<style>
a { background-color: #A0C845; }
a { background-color: rgb(160,200,69); }
div.DivClassName
{
background-color: #A0C845;
}
.BgClassName
{
background-color: #A0C845;
}
</style>
border-color css
<style>
span { border-color: #A0C845; }
span { border-color: rgb(160,200,69); }
td.TdClassName
{
border-color: #A0C845;
}
.TagClassName
{
border-color: #A0C845;
}
</style>