Shades of Atlantis #A0D535
Tints of Atlantis #A0D535
RGB
CMYK
RGB Variations
Color information
#A0D535 (or 0xA0D535) is known color: Atlantis. HEX triplet: A0, D5 and 35. RGB value is (160,213,53). Sum of RGB (Red+Green+Blue) = 160+213+53=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D535 is #5F2ACA. Grayscale: #B3B3B3. Windows color (decimal): -6236875 or 3528096. OLE color: 3528096.
HSL color Cylindrical-coordinate representation of color #A0D535: hue angle of 79.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0D535 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 53 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.16 |
| HSL | 79.88º | 0.66% | 0.52% | - |
| HSV(B) | 79.88º | 0.75% | 0.84% | - |
| XYZ | 38.93 | 55.32 | 11.99 | - |
| YUV | 178.91 | 56.94 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 53 | 0.25 | 0 | 0.75 | 0.16 | 79.88 | 0.66 | 0.52 |
| Hex | A0 | D5 | 35 | 19 | 0 | 4B | 10 | 50 | 42 | 34 |
| Octal | 240 | 325 | 65 | 31 | 0 | 113 | 20 | 120 | 102 | 64 |
| Binary | 10100000 | 11010101 | 110101 | 11001 | 0 | 1001011 | 10000 | 1010000 | 1000010 | 110100 |
Color Harmonies of #A0D535
Complementary color
Monochromatic Colors of #A0D535
Black with #A0D535
Text Example
Text Example
White with #A0D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D535; }
p { color: rgb(160,213,53); }
H1.HeaderClassName
{
color: #A0D535;
}
.AnyTagClassName
{
color: #A0D535;
}
</style>
background-color css
<style>
a { background-color: #A0D535; }
a { background-color: rgb(160,213,53); }
div.DivClassName
{
background-color: #A0D535;
}
.BgClassName
{
background-color: #A0D535;
}
</style>
border-color css
<style>
span { border-color: #A0D535; }
span { border-color: rgb(160,213,53); }
td.TdClassName
{
border-color: #A0D535;
}
.TagClassName
{
border-color: #A0D535;
}
</style>