Shades of Atlantis #A5E540
Tints of Atlantis #A5E540
RGB
CMYK
RGB Variations
Color information
#A5E540 (or 0xA5E540) is known color: Atlantis. HEX triplet: A5, E5 and 40. RGB value is (165,229,64). Sum of RGB (Red+Green+Blue) = 165+229+64=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E540 is #5A1ABF. Grayscale: #BFBFBF. Windows color (decimal): -5905088 or 4253093. OLE color: 4253093.
HSL color Cylindrical-coordinate representation of color #A5E540: hue angle of 83.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5E540 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 64 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.10 |
| HSL | 83.27º | 0.76% | 0.57% | - |
| HSV(B) | 83.27º | 0.72% | 0.9% | - |
| XYZ | 44.46 | 64.41 | 14.94 | - |
| YUV | 191.05 | 56.3 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 64 | 0.28 | 0 | 0.72 | 0.10 | 83.27 | 0.76 | 0.57 |
| Hex | A5 | E5 | 40 | 1C | 0 | 48 | A | 53 | 4C | 39 |
| Octal | 245 | 345 | 100 | 34 | 0 | 110 | 12 | 123 | 114 | 71 |
| Binary | 10100101 | 11100101 | 1000000 | 11100 | 0 | 1001000 | 1010 | 1010011 | 1001100 | 111001 |
Color Harmonies of #A5E540
Complementary color
Monochromatic Colors of #A5E540
Black with #A5E540
Text Example
Text Example
White with #A5E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E540; }
p { color: rgb(165,229,64); }
H1.HeaderClassName
{
color: #A5E540;
}
.AnyTagClassName
{
color: #A5E540;
}
</style>
background-color css
<style>
a { background-color: #A5E540; }
a { background-color: rgb(165,229,64); }
div.DivClassName
{
background-color: #A5E540;
}
.BgClassName
{
background-color: #A5E540;
}
</style>
border-color css
<style>
span { border-color: #A5E540; }
span { border-color: rgb(165,229,64); }
td.TdClassName
{
border-color: #A5E540;
}
.TagClassName
{
border-color: #A5E540;
}
</style>