Shades of Atlantis #A0D443
Tints of Atlantis #A0D443
RGB
CMYK
RGB Variations
Color information
#A0D443 (or 0xA0D443) is known color: Atlantis. HEX triplet: A0, D4 and 43. RGB value is (160,212,67). Sum of RGB (Red+Green+Blue) = 160+212+67=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D443 is #5F2BBC. Grayscale: #B4B4B4. Windows color (decimal): -6237117 or 4445344. OLE color: 4445344.
HSL color Cylindrical-coordinate representation of color #A0D443: hue angle of 81.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0D443 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 67 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.17 |
| HSL | 81.52º | 0.63% | 0.55% | - |
| HSV(B) | 81.52º | 0.68% | 0.83% | - |
| XYZ | 39.05 | 54.97 | 13.86 | - |
| YUV | 179.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 67 | 0.25 | 0 | 0.68 | 0.17 | 81.52 | 0.63 | 0.55 |
| Hex | A0 | D4 | 43 | 19 | 0 | 44 | 11 | 52 | 3F | 37 |
| Octal | 240 | 324 | 103 | 31 | 0 | 104 | 21 | 122 | 77 | 67 |
| Binary | 10100000 | 11010100 | 1000011 | 11001 | 0 | 1000100 | 10001 | 1010010 | 111111 | 110111 |
Color Harmonies of #A0D443
Complementary color
Monochromatic Colors of #A0D443
Black with #A0D443
Text Example
Text Example
White with #A0D443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D443; }
p { color: rgb(160,212,67); }
H1.HeaderClassName
{
color: #A0D443;
}
.AnyTagClassName
{
color: #A0D443;
}
</style>
background-color css
<style>
a { background-color: #A0D443; }
a { background-color: rgb(160,212,67); }
div.DivClassName
{
background-color: #A0D443;
}
.BgClassName
{
background-color: #A0D443;
}
</style>
border-color css
<style>
span { border-color: #A0D443; }
span { border-color: rgb(160,212,67); }
td.TdClassName
{
border-color: #A0D443;
}
.TagClassName
{
border-color: #A0D443;
}
</style>