Shades of Atlantis #A5E83E
Tints of Atlantis #A5E83E
RGB
CMYK
RGB Variations
Color information
#A5E83E (or 0xA5E83E) is known color: Atlantis. HEX triplet: A5, E8 and 3E. RGB value is (165,232,62). Sum of RGB (Red+Green+Blue) = 165+232+62=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E83E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E83E is #5A17C1. Grayscale: #C1C1C1. Windows color (decimal): -5904322 or 4122789. OLE color: 4122789.
HSL color Cylindrical-coordinate representation of color #A5E83E: hue angle of 83.65º degrees, saturation: 0.79, 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 #A5E83E is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 62 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.09 |
| HSL | 83.65º | 0.79% | 0.58% | - |
| HSV(B) | 83.65º | 0.73% | 0.91% | - |
| XYZ | 45.24 | 66.06 | 14.92 | - |
| YUV | 192.59 | 54.3 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 62 | 0.29 | 0 | 0.73 | 0.09 | 83.65 | 0.79 | 0.58 |
| Hex | A5 | E8 | 3E | 1D | 0 | 49 | 9 | 54 | 4F | 3A |
| Octal | 245 | 350 | 76 | 35 | 0 | 111 | 11 | 124 | 117 | 72 |
| Binary | 10100101 | 11101000 | 111110 | 11101 | 0 | 1001001 | 1001 | 1010100 | 1001111 | 111010 |
Color Harmonies of #A5E83E
Complementary color
Monochromatic Colors of #A5E83E
Black with #A5E83E
Text Example
Text Example
White with #A5E83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E83E; }
p { color: rgb(165,232,62); }
H1.HeaderClassName
{
color: #A5E83E;
}
.AnyTagClassName
{
color: #A5E83E;
}
</style>
background-color css
<style>
a { background-color: #A5E83E; }
a { background-color: rgb(165,232,62); }
div.DivClassName
{
background-color: #A5E83E;
}
.BgClassName
{
background-color: #A5E83E;
}
</style>
border-color css
<style>
span { border-color: #A5E83E; }
span { border-color: rgb(165,232,62); }
td.TdClassName
{
border-color: #A5E83E;
}
.TagClassName
{
border-color: #A5E83E;
}
</style>