Shades of Atlantis #A3D044
Tints of Atlantis #A3D044
RGB
CMYK
RGB Variations
Color information
#A3D044 (or 0xA3D044) is known color: Atlantis. HEX triplet: A3, D0 and 44. RGB value is (163,208,68). Sum of RGB (Red+Green+Blue) = 163+208+68=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D044 is #5C2FBB. Grayscale: #B3B3B3. Windows color (decimal): -6041532 or 4509859. OLE color: 4509859.
HSL color Cylindrical-coordinate representation of color #A3D044: hue angle of 79.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3D044 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 68 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.18 |
| HSL | 79.29º | 0.6% | 0.54% | - |
| HSV(B) | 79.29º | 0.67% | 0.82% | - |
| XYZ | 38.7 | 53.32 | 13.72 | - |
| YUV | 178.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 68 | 0.22 | 0 | 0.67 | 0.18 | 79.29 | 0.6 | 0.54 |
| Hex | A3 | D0 | 44 | 16 | 0 | 43 | 12 | 4F | 3C | 36 |
| Octal | 243 | 320 | 104 | 26 | 0 | 103 | 22 | 117 | 74 | 66 |
| Binary | 10100011 | 11010000 | 1000100 | 10110 | 0 | 1000011 | 10010 | 1001111 | 111100 | 110110 |
Color Harmonies of #A3D044
Complementary color
Monochromatic Colors of #A3D044
Black with #A3D044
Text Example
Text Example
White with #A3D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D044; }
p { color: rgb(163,208,68); }
H1.HeaderClassName
{
color: #A3D044;
}
.AnyTagClassName
{
color: #A3D044;
}
</style>
background-color css
<style>
a { background-color: #A3D044; }
a { background-color: rgb(163,208,68); }
div.DivClassName
{
background-color: #A3D044;
}
.BgClassName
{
background-color: #A3D044;
}
</style>
border-color css
<style>
span { border-color: #A3D044; }
span { border-color: rgb(163,208,68); }
td.TdClassName
{
border-color: #A3D044;
}
.TagClassName
{
border-color: #A3D044;
}
</style>