Shades of Atlantis #A0D543
Tints of Atlantis #A0D543
RGB
CMYK
RGB Variations
Color information
#A0D543 (or 0xA0D543) is known color: Atlantis. HEX triplet: A0, D5 and 43. RGB value is (160,213,67). Sum of RGB (Red+Green+Blue) = 160+213+67=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D543 is #5F2ABC. Grayscale: #B5B5B5. Windows color (decimal): -6236861 or 4445600. OLE color: 4445600.
HSL color Cylindrical-coordinate representation of color #A0D543: hue angle of 81.78º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0D543 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 67 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.16 |
| HSL | 81.78º | 0.63% | 0.55% | - |
| HSV(B) | 81.78º | 0.69% | 0.84% | - |
| XYZ | 39.3 | 55.47 | 13.94 | - |
| YUV | 180.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 67 | 0.25 | 0 | 0.69 | 0.16 | 81.78 | 0.63 | 0.55 |
| Hex | A0 | D5 | 43 | 19 | 0 | 45 | 10 | 52 | 3F | 37 |
| Octal | 240 | 325 | 103 | 31 | 0 | 105 | 20 | 122 | 77 | 67 |
| Binary | 10100000 | 11010101 | 1000011 | 11001 | 0 | 1000101 | 10000 | 1010010 | 111111 | 110111 |
Color Harmonies of #A0D543
Complementary color
Monochromatic Colors of #A0D543
Black with #A0D543
Text Example
Text Example
White with #A0D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D543; }
p { color: rgb(160,213,67); }
H1.HeaderClassName
{
color: #A0D543;
}
.AnyTagClassName
{
color: #A0D543;
}
</style>
background-color css
<style>
a { background-color: #A0D543; }
a { background-color: rgb(160,213,67); }
div.DivClassName
{
background-color: #A0D543;
}
.BgClassName
{
background-color: #A0D543;
}
</style>
border-color css
<style>
span { border-color: #A0D543; }
span { border-color: rgb(160,213,67); }
td.TdClassName
{
border-color: #A0D543;
}
.TagClassName
{
border-color: #A0D543;
}
</style>