Shades of Atlantis #A0D340
Tints of Atlantis #A0D340
RGB
CMYK
RGB Variations
Color information
#A0D340 (or 0xA0D340) is known color: Atlantis. HEX triplet: A0, D3 and 40. RGB value is (160,211,64). Sum of RGB (Red+Green+Blue) = 160+211+64=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D340 is #5F2CBF. Grayscale: #B3B3B3. Windows color (decimal): -6237376 or 4248480. OLE color: 4248480.
HSL color Cylindrical-coordinate representation of color #A0D340: hue angle of 80.82º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0D340 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 64 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.17 |
| HSL | 80.82º | 0.63% | 0.54% | - |
| HSV(B) | 80.82º | 0.7% | 0.83% | - |
| XYZ | 38.72 | 54.43 | 13.32 | - |
| YUV | 178.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 64 | 0.24 | 0 | 0.70 | 0.17 | 80.82 | 0.63 | 0.54 |
| Hex | A0 | D3 | 40 | 18 | 0 | 46 | 11 | 51 | 3F | 36 |
| Octal | 240 | 323 | 100 | 30 | 0 | 106 | 21 | 121 | 77 | 66 |
| Binary | 10100000 | 11010011 | 1000000 | 11000 | 0 | 1000110 | 10001 | 1010001 | 111111 | 110110 |
Color Harmonies of #A0D340
Complementary color
Monochromatic Colors of #A0D340
Black with #A0D340
Text Example
Text Example
White with #A0D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D340; }
p { color: rgb(160,211,64); }
H1.HeaderClassName
{
color: #A0D340;
}
.AnyTagClassName
{
color: #A0D340;
}
</style>
background-color css
<style>
a { background-color: #A0D340; }
a { background-color: rgb(160,211,64); }
div.DivClassName
{
background-color: #A0D340;
}
.BgClassName
{
background-color: #A0D340;
}
</style>
border-color css
<style>
span { border-color: #A0D340; }
span { border-color: rgb(160,211,64); }
td.TdClassName
{
border-color: #A0D340;
}
.TagClassName
{
border-color: #A0D340;
}
</style>