Shades of Atlantis #A0D63B
Tints of Atlantis #A0D63B
RGB
CMYK
RGB Variations
Color information
#A0D63B (or 0xA0D63B) is known color: Atlantis. HEX triplet: A0, D6 and 3B. RGB value is (160,214,59). Sum of RGB (Red+Green+Blue) = 160+214+59=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D63B is #5F29C4. Grayscale: #B4B4B4. Windows color (decimal): -6236613 or 3921568. OLE color: 3921568.
HSL color Cylindrical-coordinate representation of color #A0D63B: hue angle of 80.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0D63B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 59 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.16 |
| HSL | 80.9º | 0.65% | 0.54% | - |
| HSV(B) | 80.9º | 0.72% | 0.84% | - |
| XYZ | 39.33 | 55.88 | 12.85 | - |
| YUV | 180.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 59 | 0.25 | 0 | 0.72 | 0.16 | 80.9 | 0.65 | 0.54 |
| Hex | A0 | D6 | 3B | 19 | 0 | 48 | 10 | 51 | 41 | 36 |
| Octal | 240 | 326 | 73 | 31 | 0 | 110 | 20 | 121 | 101 | 66 |
| Binary | 10100000 | 11010110 | 111011 | 11001 | 0 | 1001000 | 10000 | 1010001 | 1000001 | 110110 |
Color Harmonies of #A0D63B
Complementary color
Monochromatic Colors of #A0D63B
Black with #A0D63B
Text Example
Text Example
White with #A0D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D63B; }
p { color: rgb(160,214,59); }
H1.HeaderClassName
{
color: #A0D63B;
}
.AnyTagClassName
{
color: #A0D63B;
}
</style>
background-color css
<style>
a { background-color: #A0D63B; }
a { background-color: rgb(160,214,59); }
div.DivClassName
{
background-color: #A0D63B;
}
.BgClassName
{
background-color: #A0D63B;
}
</style>
border-color css
<style>
span { border-color: #A0D63B; }
span { border-color: rgb(160,214,59); }
td.TdClassName
{
border-color: #A0D63B;
}
.TagClassName
{
border-color: #A0D63B;
}
</style>