Shades of Atlantis #A5E93E
Tints of Atlantis #A5E93E
RGB
CMYK
RGB Variations
Color information
#A5E93E (or 0xA5E93E) is known color: Atlantis. HEX triplet: A5, E9 and 3E. RGB value is (165,233,62). Sum of RGB (Red+Green+Blue) = 165+233+62=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E93E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E93E is #5A16C1. Grayscale: #C1C1C1. Windows color (decimal): -5904066 or 4123045. OLE color: 4123045.
HSL color Cylindrical-coordinate representation of color #A5E93E: hue angle of 83.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5E93E is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 62 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.09 |
| HSL | 83.86º | 0.8% | 0.58% | - |
| HSV(B) | 83.86º | 0.73% | 0.91% | - |
| XYZ | 45.53 | 66.62 | 15.02 | - |
| YUV | 193.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 62 | 0.29 | 0 | 0.73 | 0.09 | 83.86 | 0.8 | 0.58 |
| Hex | A5 | E9 | 3E | 1D | 0 | 49 | 9 | 54 | 50 | 3A |
| Octal | 245 | 351 | 76 | 35 | 0 | 111 | 11 | 124 | 120 | 72 |
| Binary | 10100101 | 11101001 | 111110 | 11101 | 0 | 1001001 | 1001 | 1010100 | 1010000 | 111010 |
Color Harmonies of #A5E93E
Complementary color
Monochromatic Colors of #A5E93E
Black with #A5E93E
Text Example
Text Example
White with #A5E93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E93E; }
p { color: rgb(165,233,62); }
H1.HeaderClassName
{
color: #A5E93E;
}
.AnyTagClassName
{
color: #A5E93E;
}
</style>
background-color css
<style>
a { background-color: #A5E93E; }
a { background-color: rgb(165,233,62); }
div.DivClassName
{
background-color: #A5E93E;
}
.BgClassName
{
background-color: #A5E93E;
}
</style>
border-color css
<style>
span { border-color: #A5E93E; }
span { border-color: rgb(165,233,62); }
td.TdClassName
{
border-color: #A5E93E;
}
.TagClassName
{
border-color: #A5E93E;
}
</style>