Shades of Atlantis #A0DA3C
Tints of Atlantis #A0DA3C
RGB
CMYK
RGB Variations
Color information
#A0DA3C (or 0xA0DA3C) is known color: Atlantis. HEX triplet: A0, DA and 3C. RGB value is (160,218,60). Sum of RGB (Red+Green+Blue) = 160+218+60=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA3C is #5F25C3. Grayscale: #B7B7B7. Windows color (decimal): -6235588 or 3988128. OLE color: 3988128.
HSL color Cylindrical-coordinate representation of color #A0DA3C: hue angle of 82.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0DA3C is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 60 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.15 |
| HSL | 82.03º | 0.68% | 0.55% | - |
| HSV(B) | 82.03º | 0.72% | 0.85% | - |
| XYZ | 40.38 | 57.94 | 13.33 | - |
| YUV | 182.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 60 | 0.27 | 0 | 0.72 | 0.15 | 82.03 | 0.68 | 0.55 |
| Hex | A0 | DA | 3C | 1B | 0 | 48 | F | 52 | 44 | 37 |
| Octal | 240 | 332 | 74 | 33 | 0 | 110 | 17 | 122 | 104 | 67 |
| Binary | 10100000 | 11011010 | 111100 | 11011 | 0 | 1001000 | 1111 | 1010010 | 1000100 | 110111 |
Color Harmonies of #A0DA3C
Complementary color
Monochromatic Colors of #A0DA3C
Black with #A0DA3C
Text Example
Text Example
White with #A0DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA3C; }
p { color: rgb(160,218,60); }
H1.HeaderClassName
{
color: #A0DA3C;
}
.AnyTagClassName
{
color: #A0DA3C;
}
</style>
background-color css
<style>
a { background-color: #A0DA3C; }
a { background-color: rgb(160,218,60); }
div.DivClassName
{
background-color: #A0DA3C;
}
.BgClassName
{
background-color: #A0DA3C;
}
</style>
border-color css
<style>
span { border-color: #A0DA3C; }
span { border-color: rgb(160,218,60); }
td.TdClassName
{
border-color: #A0DA3C;
}
.TagClassName
{
border-color: #A0DA3C;
}
</style>