Shades of Atlantis #A0D243
Tints of Atlantis #A0D243
RGB
CMYK
RGB Variations
Color information
#A0D243 (or 0xA0D243) is known color: Atlantis. HEX triplet: A0, D2 and 43. RGB value is (160,210,67). Sum of RGB (Red+Green+Blue) = 160+210+67=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D243 is #5F2DBC. Grayscale: #B3B3B3. Windows color (decimal): -6237629 or 4444832. OLE color: 4444832.
HSL color Cylindrical-coordinate representation of color #A0D243: hue angle of 80.98º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0D243 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 67 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.18 |
| HSL | 80.98º | 0.61% | 0.54% | - |
| HSV(B) | 80.98º | 0.68% | 0.82% | - |
| XYZ | 38.56 | 53.97 | 13.7 | - |
| YUV | 178.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 67 | 0.24 | 0 | 0.68 | 0.18 | 80.98 | 0.61 | 0.54 |
| Hex | A0 | D2 | 43 | 18 | 0 | 44 | 12 | 51 | 3D | 36 |
| Octal | 240 | 322 | 103 | 30 | 0 | 104 | 22 | 121 | 75 | 66 |
| Binary | 10100000 | 11010010 | 1000011 | 11000 | 0 | 1000100 | 10010 | 1010001 | 111101 | 110110 |
Color Harmonies of #A0D243
Complementary color
Monochromatic Colors of #A0D243
Black with #A0D243
Text Example
Text Example
White with #A0D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D243; }
p { color: rgb(160,210,67); }
H1.HeaderClassName
{
color: #A0D243;
}
.AnyTagClassName
{
color: #A0D243;
}
</style>
background-color css
<style>
a { background-color: #A0D243; }
a { background-color: rgb(160,210,67); }
div.DivClassName
{
background-color: #A0D243;
}
.BgClassName
{
background-color: #A0D243;
}
</style>
border-color css
<style>
span { border-color: #A0D243; }
span { border-color: rgb(160,210,67); }
td.TdClassName
{
border-color: #A0D243;
}
.TagClassName
{
border-color: #A0D243;
}
</style>