Shades of Atlantis #A3D039
Tints of Atlantis #A3D039
RGB
CMYK
RGB Variations
Color information
#A3D039 (or 0xA3D039) is known color: Atlantis. HEX triplet: A3, D0 and 39. RGB value is (163,208,57). Sum of RGB (Red+Green+Blue) = 163+208+57=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D039 is #5C2FC6. Grayscale: #B1B1B1. Windows color (decimal): -6041543 or 3788963. OLE color: 3788963.
HSL color Cylindrical-coordinate representation of color #A3D039: hue angle of 77.88º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3D039 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 57 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.18 |
| HSL | 77.88º | 0.62% | 0.52% | - |
| HSV(B) | 77.88º | 0.73% | 0.82% | - |
| XYZ | 38.4 | 53.19 | 12.11 | - |
| YUV | 177.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 57 | 0.22 | 0 | 0.73 | 0.18 | 77.88 | 0.62 | 0.52 |
| Hex | A3 | D0 | 39 | 16 | 0 | 49 | 12 | 4E | 3E | 34 |
| Octal | 243 | 320 | 71 | 26 | 0 | 111 | 22 | 116 | 76 | 64 |
| Binary | 10100011 | 11010000 | 111001 | 10110 | 0 | 1001001 | 10010 | 1001110 | 111110 | 110100 |
Color Harmonies of #A3D039
Complementary color
Monochromatic Colors of #A3D039
Black with #A3D039
Text Example
Text Example
White with #A3D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D039; }
p { color: rgb(163,208,57); }
H1.HeaderClassName
{
color: #A3D039;
}
.AnyTagClassName
{
color: #A3D039;
}
</style>
background-color css
<style>
a { background-color: #A3D039; }
a { background-color: rgb(163,208,57); }
div.DivClassName
{
background-color: #A3D039;
}
.BgClassName
{
background-color: #A3D039;
}
</style>
border-color css
<style>
span { border-color: #A3D039; }
span { border-color: rgb(163,208,57); }
td.TdClassName
{
border-color: #A3D039;
}
.TagClassName
{
border-color: #A3D039;
}
</style>