Shades of Atlantis #A5E53F
Tints of Atlantis #A5E53F
RGB
CMYK
RGB Variations
Color information
#A5E53F (or 0xA5E53F) is known color: Atlantis. HEX triplet: A5, E5 and 3F. RGB value is (165,229,63). Sum of RGB (Red+Green+Blue) = 165+229+63=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E53F is #5A1AC0. Grayscale: #BFBFBF. Windows color (decimal): -5905089 or 4187557. OLE color: 4187557.
HSL color Cylindrical-coordinate representation of color #A5E53F: hue angle of 83.13º 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 #A5E53F is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 63 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.10 |
| HSL | 83.13º | 0.76% | 0.57% | - |
| HSV(B) | 83.13º | 0.72% | 0.9% | - |
| XYZ | 44.43 | 64.4 | 14.79 | - |
| YUV | 190.94 | 55.8 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 63 | 0.28 | 0 | 0.72 | 0.10 | 83.13 | 0.76 | 0.57 |
| Hex | A5 | E5 | 3F | 1C | 0 | 48 | A | 53 | 4C | 39 |
| Octal | 245 | 345 | 77 | 34 | 0 | 110 | 12 | 123 | 114 | 71 |
| Binary | 10100101 | 11100101 | 111111 | 11100 | 0 | 1001000 | 1010 | 1010011 | 1001100 | 111001 |
Color Harmonies of #A5E53F
Complementary color
Monochromatic Colors of #A5E53F
Black with #A5E53F
Text Example
Text Example
White with #A5E53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E53F; }
p { color: rgb(165,229,63); }
H1.HeaderClassName
{
color: #A5E53F;
}
.AnyTagClassName
{
color: #A5E53F;
}
</style>
background-color css
<style>
a { background-color: #A5E53F; }
a { background-color: rgb(165,229,63); }
div.DivClassName
{
background-color: #A5E53F;
}
.BgClassName
{
background-color: #A5E53F;
}
</style>
border-color css
<style>
span { border-color: #A5E53F; }
span { border-color: rgb(165,229,63); }
td.TdClassName
{
border-color: #A5E53F;
}
.TagClassName
{
border-color: #A5E53F;
}
</style>