Shades of Atlantis #A0CD3A
Tints of Atlantis #A0CD3A
RGB
CMYK
RGB Variations
Color information
#A0CD3A (or 0xA0CD3A) is known color: Atlantis. HEX triplet: A0, CD and 3A. RGB value is (160,205,58). Sum of RGB (Red+Green+Blue) = 160+205+58=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD3A is #5F32C5. Grayscale: #AFAFAF. Windows color (decimal): -6238918 or 3853728. OLE color: 3853728.
HSL color Cylindrical-coordinate representation of color #A0CD3A: hue angle of 78.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0CD3A is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 58 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.20 |
| HSL | 78.37º | 0.6% | 0.52% | - |
| HSV(B) | 78.37º | 0.72% | 0.8% | - |
| XYZ | 37.09 | 51.44 | 11.98 | - |
| YUV | 174.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 58 | 0.22 | 0 | 0.72 | 0.20 | 78.37 | 0.6 | 0.52 |
| Hex | A0 | CD | 3A | 16 | 0 | 48 | 14 | 4E | 3C | 34 |
| Octal | 240 | 315 | 72 | 26 | 0 | 110 | 24 | 116 | 74 | 64 |
| Binary | 10100000 | 11001101 | 111010 | 10110 | 0 | 1001000 | 10100 | 1001110 | 111100 | 110100 |
Color Harmonies of #A0CD3A
Complementary color
Monochromatic Colors of #A0CD3A
Black with #A0CD3A
Text Example
Text Example
White with #A0CD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD3A; }
p { color: rgb(160,205,58); }
H1.HeaderClassName
{
color: #A0CD3A;
}
.AnyTagClassName
{
color: #A0CD3A;
}
</style>
background-color css
<style>
a { background-color: #A0CD3A; }
a { background-color: rgb(160,205,58); }
div.DivClassName
{
background-color: #A0CD3A;
}
.BgClassName
{
background-color: #A0CD3A;
}
</style>
border-color css
<style>
span { border-color: #A0CD3A; }
span { border-color: rgb(160,205,58); }
td.TdClassName
{
border-color: #A0CD3A;
}
.TagClassName
{
border-color: #A0CD3A;
}
</style>