Shades of Atlantis #A5E231
Tints of Atlantis #A5E231
RGB
CMYK
RGB Variations
Color information
#A5E231 (or 0xA5E231) is known color: Atlantis. HEX triplet: A5, E2 and 31. RGB value is (165,226,49). Sum of RGB (Red+Green+Blue) = 165+226+49=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E231 is #5A1DCE. Grayscale: #BCBCBC. Windows color (decimal): -5905871 or 3269285. OLE color: 3269285.
HSL color Cylindrical-coordinate representation of color #A5E231: hue angle of 80.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5E231 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.11 |
| HSL | 80.68º | 0.75% | 0.54% | - |
| HSV(B) | 80.68º | 0.78% | 0.89% | - |
| XYZ | 43.27 | 62.61 | 12.71 | - |
| YUV | 187.58 | 49.79 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 49 | 0.27 | 0 | 0.78 | 0.11 | 80.68 | 0.75 | 0.54 |
| Hex | A5 | E2 | 31 | 1B | 0 | 4E | B | 51 | 4B | 36 |
| Octal | 245 | 342 | 61 | 33 | 0 | 116 | 13 | 121 | 113 | 66 |
| Binary | 10100101 | 11100010 | 110001 | 11011 | 0 | 1001110 | 1011 | 1010001 | 1001011 | 110110 |
Color Harmonies of #A5E231
Complementary color
Monochromatic Colors of #A5E231
Black with #A5E231
Text Example
Text Example
White with #A5E231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E231; }
p { color: rgb(165,226,49); }
H1.HeaderClassName
{
color: #A5E231;
}
.AnyTagClassName
{
color: #A5E231;
}
</style>
background-color css
<style>
a { background-color: #A5E231; }
a { background-color: rgb(165,226,49); }
div.DivClassName
{
background-color: #A5E231;
}
.BgClassName
{
background-color: #A5E231;
}
</style>
border-color css
<style>
span { border-color: #A5E231; }
span { border-color: rgb(165,226,49); }
td.TdClassName
{
border-color: #A5E231;
}
.TagClassName
{
border-color: #A5E231;
}
</style>