Shades of Atlantis #A3D143
Tints of Atlantis #A3D143
RGB
CMYK
RGB Variations
Color information
#A3D143 (or 0xA3D143) is known color: Atlantis. HEX triplet: A3, D1 and 43. RGB value is (163,209,67). Sum of RGB (Red+Green+Blue) = 163+209+67=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D143 is #5C2EBC. Grayscale: #B3B3B3. Windows color (decimal): -6041277 or 4444579. OLE color: 4444579.
HSL color Cylindrical-coordinate representation of color #A3D143: hue angle of 79.44º 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 #A3D143 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 209 | 67 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.18 |
| HSL | 79.44º | 0.61% | 0.54% | - |
| HSV(B) | 79.44º | 0.68% | 0.82% | - |
| XYZ | 38.92 | 53.79 | 13.64 | - |
| YUV | 179.06 | 64.76 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 67 | 0.22 | 0 | 0.68 | 0.18 | 79.44 | 0.61 | 0.54 |
| Hex | A3 | D1 | 43 | 16 | 0 | 44 | 12 | 4F | 3D | 36 |
| Octal | 243 | 321 | 103 | 26 | 0 | 104 | 22 | 117 | 75 | 66 |
| Binary | 10100011 | 11010001 | 1000011 | 10110 | 0 | 1000100 | 10010 | 1001111 | 111101 | 110110 |
Color Harmonies of #A3D143
Complementary color
Monochromatic Colors of #A3D143
Black with #A3D143
Text Example
Text Example
White with #A3D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D143; }
p { color: rgb(163,209,67); }
H1.HeaderClassName
{
color: #A3D143;
}
.AnyTagClassName
{
color: #A3D143;
}
</style>
background-color css
<style>
a { background-color: #A3D143; }
a { background-color: rgb(163,209,67); }
div.DivClassName
{
background-color: #A3D143;
}
.BgClassName
{
background-color: #A3D143;
}
</style>
border-color css
<style>
span { border-color: #A3D143; }
span { border-color: rgb(163,209,67); }
td.TdClassName
{
border-color: #A3D143;
}
.TagClassName
{
border-color: #A3D143;
}
</style>