Shades of Atlantis #A3D640
Tints of Atlantis #A3D640
RGB
CMYK
RGB Variations
Color information
#A3D640 (or 0xA3D640) is known color: Atlantis. HEX triplet: A3, D6 and 40. RGB value is (163,214,64). Sum of RGB (Red+Green+Blue) = 163+214+64=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D640 is #5C29BF. Grayscale: #B6B6B6. Windows color (decimal): -6040000 or 4249251. OLE color: 4249251.
HSL color Cylindrical-coordinate representation of color #A3D640: hue angle of 80.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3D640 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 64 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.16 |
| HSL | 80.4º | 0.65% | 0.55% | - |
| HSV(B) | 80.4º | 0.7% | 0.84% | - |
| XYZ | 40.08 | 56.25 | 13.6 | - |
| YUV | 181.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 64 | 0.24 | 0 | 0.70 | 0.16 | 80.4 | 0.65 | 0.55 |
| Hex | A3 | D6 | 40 | 18 | 0 | 46 | 10 | 50 | 41 | 37 |
| Octal | 243 | 326 | 100 | 30 | 0 | 106 | 20 | 120 | 101 | 67 |
| Binary | 10100011 | 11010110 | 1000000 | 11000 | 0 | 1000110 | 10000 | 1010000 | 1000001 | 110111 |
Color Harmonies of #A3D640
Complementary color
Monochromatic Colors of #A3D640
Black with #A3D640
Text Example
Text Example
White with #A3D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D640; }
p { color: rgb(163,214,64); }
H1.HeaderClassName
{
color: #A3D640;
}
.AnyTagClassName
{
color: #A3D640;
}
</style>
background-color css
<style>
a { background-color: #A3D640; }
a { background-color: rgb(163,214,64); }
div.DivClassName
{
background-color: #A3D640;
}
.BgClassName
{
background-color: #A3D640;
}
</style>
border-color css
<style>
span { border-color: #A3D640; }
span { border-color: rgb(163,214,64); }
td.TdClassName
{
border-color: #A3D640;
}
.TagClassName
{
border-color: #A3D640;
}
</style>