Shades of Atlantis #A3E430
Tints of Atlantis #A3E430
RGB
CMYK
RGB Variations
Color information
#A3E430 (or 0xA3E430) is known color: Atlantis. HEX triplet: A3, E4 and 30. RGB value is (163,228,48). Sum of RGB (Red+Green+Blue) = 163+228+48=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E430 is #5C1BCF. Grayscale: #BCBCBC. Windows color (decimal): -6036432 or 3204259. OLE color: 3204259.
HSL color Cylindrical-coordinate representation of color #A3E430: hue angle of 81.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3E430 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 48 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.11 |
| HSL | 81.67º | 0.77% | 0.54% | - |
| HSV(B) | 81.67º | 0.79% | 0.89% | - |
| XYZ | 43.38 | 63.49 | 12.76 | - |
| YUV | 188.05 | 48.97 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 48 | 0.29 | 0 | 0.79 | 0.11 | 81.67 | 0.77 | 0.54 |
| Hex | A3 | E4 | 30 | 1D | 0 | 4F | B | 52 | 4D | 36 |
| Octal | 243 | 344 | 60 | 35 | 0 | 117 | 13 | 122 | 115 | 66 |
| Binary | 10100011 | 11100100 | 110000 | 11101 | 0 | 1001111 | 1011 | 1010010 | 1001101 | 110110 |
Color Harmonies of #A3E430
Complementary color
Monochromatic Colors of #A3E430
Black with #A3E430
Text Example
Text Example
White with #A3E430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E430; }
p { color: rgb(163,228,48); }
H1.HeaderClassName
{
color: #A3E430;
}
.AnyTagClassName
{
color: #A3E430;
}
</style>
background-color css
<style>
a { background-color: #A3E430; }
a { background-color: rgb(163,228,48); }
div.DivClassName
{
background-color: #A3E430;
}
.BgClassName
{
background-color: #A3E430;
}
</style>
border-color css
<style>
span { border-color: #A3E430; }
span { border-color: rgb(163,228,48); }
td.TdClassName
{
border-color: #A3E430;
}
.TagClassName
{
border-color: #A3E430;
}
</style>