Shades of Atlantis #A3E042
Tints of Atlantis #A3E042
RGB
CMYK
RGB Variations
Color information
#A3E042 (or 0xA3E042) is known color: Atlantis. HEX triplet: A3, E0 and 42. RGB value is (163,224,66). Sum of RGB (Red+Green+Blue) = 163+224+66=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E042 is #5C1FBD. Grayscale: #BCBCBC. Windows color (decimal): -6037438 or 4382883. OLE color: 4382883.
HSL color Cylindrical-coordinate representation of color #A3E042: hue angle of 83.16º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3E042 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 66 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.12 |
| HSL | 83.16º | 0.72% | 0.57% | - |
| HSV(B) | 83.16º | 0.71% | 0.88% | - |
| XYZ | 42.74 | 61.49 | 14.77 | - |
| YUV | 187.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 66 | 0.27 | 0 | 0.71 | 0.12 | 83.16 | 0.72 | 0.57 |
| Hex | A3 | E0 | 42 | 1B | 0 | 47 | C | 53 | 48 | 39 |
| Octal | 243 | 340 | 102 | 33 | 0 | 107 | 14 | 123 | 110 | 71 |
| Binary | 10100011 | 11100000 | 1000010 | 11011 | 0 | 1000111 | 1100 | 1010011 | 1001000 | 111001 |
Color Harmonies of #A3E042
Complementary color
Monochromatic Colors of #A3E042
Black with #A3E042
Text Example
Text Example
White with #A3E042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E042; }
p { color: rgb(163,224,66); }
H1.HeaderClassName
{
color: #A3E042;
}
.AnyTagClassName
{
color: #A3E042;
}
</style>
background-color css
<style>
a { background-color: #A3E042; }
a { background-color: rgb(163,224,66); }
div.DivClassName
{
background-color: #A3E042;
}
.BgClassName
{
background-color: #A3E042;
}
</style>
border-color css
<style>
span { border-color: #A3E042; }
span { border-color: rgb(163,224,66); }
td.TdClassName
{
border-color: #A3E042;
}
.TagClassName
{
border-color: #A3E042;
}
</style>