Shades of Atlantis #A3E434
Tints of Atlantis #A3E434
RGB
CMYK
RGB Variations
Color information
#A3E434 (or 0xA3E434) is known color: Atlantis. HEX triplet: A3, E4 and 34. RGB value is (163,228,52). Sum of RGB (Red+Green+Blue) = 163+228+52=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E434 is #5C1BCB. Grayscale: #BDBDBD. Windows color (decimal): -6036428 or 3466403. OLE color: 3466403.
HSL color Cylindrical-coordinate representation of color #A3E434: hue angle of 82.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3E434 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 52 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.11 |
| HSL | 82.16º | 0.77% | 0.55% | - |
| HSV(B) | 82.16º | 0.77% | 0.89% | - |
| XYZ | 43.47 | 63.52 | 13.22 | - |
| YUV | 188.5 | 50.97 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 52 | 0.29 | 0 | 0.77 | 0.11 | 82.16 | 0.77 | 0.55 |
| Hex | A3 | E4 | 34 | 1D | 0 | 4D | B | 52 | 4D | 37 |
| Octal | 243 | 344 | 64 | 35 | 0 | 115 | 13 | 122 | 115 | 67 |
| Binary | 10100011 | 11100100 | 110100 | 11101 | 0 | 1001101 | 1011 | 1010010 | 1001101 | 110111 |
Color Harmonies of #A3E434
Complementary color
Monochromatic Colors of #A3E434
Black with #A3E434
Text Example
Text Example
White with #A3E434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E434; }
p { color: rgb(163,228,52); }
H1.HeaderClassName
{
color: #A3E434;
}
.AnyTagClassName
{
color: #A3E434;
}
</style>
background-color css
<style>
a { background-color: #A3E434; }
a { background-color: rgb(163,228,52); }
div.DivClassName
{
background-color: #A3E434;
}
.BgClassName
{
background-color: #A3E434;
}
</style>
border-color css
<style>
span { border-color: #A3E434; }
span { border-color: rgb(163,228,52); }
td.TdClassName
{
border-color: #A3E434;
}
.TagClassName
{
border-color: #A3E434;
}
</style>