Shades of Atlantis #A3E334
Tints of Atlantis #A3E334
RGB
CMYK
RGB Variations
Color information
#A3E334 (or 0xA3E334) is known color: Atlantis. HEX triplet: A3, E3 and 34. RGB value is (163,227,52). Sum of RGB (Red+Green+Blue) = 163+227+52=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E334 is #5C1CCB. Grayscale: #BCBCBC. Windows color (decimal): -6036684 or 3466147. OLE color: 3466147.
HSL color Cylindrical-coordinate representation of color #A3E334: hue angle of 81.94º degrees, saturation: 0.76, 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 #A3E334 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 52 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.11 |
| HSL | 81.94º | 0.76% | 0.55% | - |
| HSV(B) | 81.94º | 0.77% | 0.89% | - |
| XYZ | 43.19 | 62.97 | 13.13 | - |
| YUV | 187.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 52 | 0.28 | 0 | 0.77 | 0.11 | 81.94 | 0.76 | 0.55 |
| Hex | A3 | E3 | 34 | 1C | 0 | 4D | B | 52 | 4C | 37 |
| Octal | 243 | 343 | 64 | 34 | 0 | 115 | 13 | 122 | 114 | 67 |
| Binary | 10100011 | 11100011 | 110100 | 11100 | 0 | 1001101 | 1011 | 1010010 | 1001100 | 110111 |
Color Harmonies of #A3E334
Complementary color
Monochromatic Colors of #A3E334
Black with #A3E334
Text Example
Text Example
White with #A3E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E334; }
p { color: rgb(163,227,52); }
H1.HeaderClassName
{
color: #A3E334;
}
.AnyTagClassName
{
color: #A3E334;
}
</style>
background-color css
<style>
a { background-color: #A3E334; }
a { background-color: rgb(163,227,52); }
div.DivClassName
{
background-color: #A3E334;
}
.BgClassName
{
background-color: #A3E334;
}
</style>
border-color css
<style>
span { border-color: #A3E334; }
span { border-color: rgb(163,227,52); }
td.TdClassName
{
border-color: #A3E334;
}
.TagClassName
{
border-color: #A3E334;
}
</style>