Shades of Atlantis #A3D843
Tints of Atlantis #A3D843
RGB
CMYK
RGB Variations
Color information
#A3D843 (or 0xA3D843) is known color: Atlantis. HEX triplet: A3, D8 and 43. RGB value is (163,216,67). Sum of RGB (Red+Green+Blue) = 163+216+67=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D843 is #5C27BC. Grayscale: #B7B7B7. Windows color (decimal): -6039485 or 4446371. OLE color: 4446371.
HSL color Cylindrical-coordinate representation of color #A3D843: hue angle of 81.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3D843 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 216 | 67 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.15 |
| HSL | 81.34º | 0.66% | 0.55% | - |
| HSV(B) | 81.34º | 0.69% | 0.85% | - |
| XYZ | 40.67 | 57.3 | 14.23 | - |
| YUV | 183.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 216 | 67 | 0.25 | 0 | 0.69 | 0.15 | 81.34 | 0.66 | 0.55 |
| Hex | A3 | D8 | 43 | 19 | 0 | 45 | F | 51 | 42 | 37 |
| Octal | 243 | 330 | 103 | 31 | 0 | 105 | 17 | 121 | 102 | 67 |
| Binary | 10100011 | 11011000 | 1000011 | 11001 | 0 | 1000101 | 1111 | 1010001 | 1000010 | 110111 |
Color Harmonies of #A3D843
Complementary color
Monochromatic Colors of #A3D843
Black with #A3D843
Text Example
Text Example
White with #A3D843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D843; }
p { color: rgb(163,216,67); }
H1.HeaderClassName
{
color: #A3D843;
}
.AnyTagClassName
{
color: #A3D843;
}
</style>
background-color css
<style>
a { background-color: #A3D843; }
a { background-color: rgb(163,216,67); }
div.DivClassName
{
background-color: #A3D843;
}
.BgClassName
{
background-color: #A3D843;
}
</style>
border-color css
<style>
span { border-color: #A3D843; }
span { border-color: rgb(163,216,67); }
td.TdClassName
{
border-color: #A3D843;
}
.TagClassName
{
border-color: #A3D843;
}
</style>