Shades of Atlantis #A0DE46
Tints of Atlantis #A0DE46
RGB
CMYK
RGB Variations
Color information
#A0DE46 (or 0xA0DE46) is known color: Atlantis. HEX triplet: A0, DE and 46. RGB value is (160,222,70). Sum of RGB (Red+Green+Blue) = 160+222+70=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DE46 is #5F21B9. Grayscale: #BABABA. Windows color (decimal): -6234554 or 4644512. OLE color: 4644512.
HSL color Cylindrical-coordinate representation of color #A0DE46: hue angle of 84.47º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0DE46 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 70 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.13 |
| HSL | 84.47º | 0.7% | 0.57% | - |
| HSV(B) | 84.47º | 0.68% | 0.87% | - |
| XYZ | 41.72 | 60.16 | 15.21 | - |
| YUV | 186.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 70 | 0.28 | 0 | 0.68 | 0.13 | 84.47 | 0.7 | 0.57 |
| Hex | A0 | DE | 46 | 1C | 0 | 44 | D | 54 | 46 | 39 |
| Octal | 240 | 336 | 106 | 34 | 0 | 104 | 15 | 124 | 106 | 71 |
| Binary | 10100000 | 11011110 | 1000110 | 11100 | 0 | 1000100 | 1101 | 1010100 | 1000110 | 111001 |
Color Harmonies of #A0DE46
Complementary color
Monochromatic Colors of #A0DE46
Black with #A0DE46
Text Example
Text Example
White with #A0DE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DE46; }
p { color: rgb(160,222,70); }
H1.HeaderClassName
{
color: #A0DE46;
}
.AnyTagClassName
{
color: #A0DE46;
}
</style>
background-color css
<style>
a { background-color: #A0DE46; }
a { background-color: rgb(160,222,70); }
div.DivClassName
{
background-color: #A0DE46;
}
.BgClassName
{
background-color: #A0DE46;
}
</style>
border-color css
<style>
span { border-color: #A0DE46; }
span { border-color: rgb(160,222,70); }
td.TdClassName
{
border-color: #A0DE46;
}
.TagClassName
{
border-color: #A0DE46;
}
</style>