Shades of Atlantis #A3E236
Tints of Atlantis #A3E236
RGB
CMYK
RGB Variations
Color information
#A3E236 (or 0xA3E236) is known color: Atlantis. HEX triplet: A3, E2 and 36. RGB value is (163,226,54). Sum of RGB (Red+Green+Blue) = 163+226+54=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E236 is #5C1DC9. Grayscale: #BCBCBC. Windows color (decimal): -6036938 or 3596963. OLE color: 3596963.
HSL color Cylindrical-coordinate representation of color #A3E236: hue angle of 81.98º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3E236 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 54 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.11 |
| HSL | 81.98º | 0.75% | 0.55% | - |
| HSV(B) | 81.98º | 0.76% | 0.89% | - |
| XYZ | 42.97 | 62.45 | 13.28 | - |
| YUV | 187.56 | 52.63 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 54 | 0.28 | 0 | 0.76 | 0.11 | 81.98 | 0.75 | 0.55 |
| Hex | A3 | E2 | 36 | 1C | 0 | 4C | B | 52 | 4B | 37 |
| Octal | 243 | 342 | 66 | 34 | 0 | 114 | 13 | 122 | 113 | 67 |
| Binary | 10100011 | 11100010 | 110110 | 11100 | 0 | 1001100 | 1011 | 1010010 | 1001011 | 110111 |
Color Harmonies of #A3E236
Complementary color
Monochromatic Colors of #A3E236
Black with #A3E236
Text Example
Text Example
White with #A3E236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E236; }
p { color: rgb(163,226,54); }
H1.HeaderClassName
{
color: #A3E236;
}
.AnyTagClassName
{
color: #A3E236;
}
</style>
background-color css
<style>
a { background-color: #A3E236; }
a { background-color: rgb(163,226,54); }
div.DivClassName
{
background-color: #A3E236;
}
.BgClassName
{
background-color: #A3E236;
}
</style>
border-color css
<style>
span { border-color: #A3E236; }
span { border-color: rgb(163,226,54); }
td.TdClassName
{
border-color: #A3E236;
}
.TagClassName
{
border-color: #A3E236;
}
</style>