Shades of Atlantis #A5E232
Tints of Atlantis #A5E232
RGB
CMYK
RGB Variations
Color information
#A5E232 (or 0xA5E232) is known color: Atlantis. HEX triplet: A5, E2 and 32. RGB value is (165,226,50). Sum of RGB (Red+Green+Blue) = 165+226+50=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E232 is #5A1DCD. Grayscale: #BCBCBC. Windows color (decimal): -5905870 or 3334821. OLE color: 3334821.
HSL color Cylindrical-coordinate representation of color #A5E232: hue angle of 80.8º 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 #A5E232 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 50 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.11 |
| HSL | 80.8º | 0.75% | 0.54% | - |
| HSV(B) | 80.8º | 0.78% | 0.89% | - |
| XYZ | 43.29 | 62.62 | 12.82 | - |
| YUV | 187.7 | 50.29 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 50 | 0.27 | 0 | 0.78 | 0.11 | 80.8 | 0.75 | 0.54 |
| Hex | A5 | E2 | 32 | 1B | 0 | 4E | B | 51 | 4B | 36 |
| Octal | 245 | 342 | 62 | 33 | 0 | 116 | 13 | 121 | 113 | 66 |
| Binary | 10100101 | 11100010 | 110010 | 11011 | 0 | 1001110 | 1011 | 1010001 | 1001011 | 110110 |
Color Harmonies of #A5E232
Complementary color
Monochromatic Colors of #A5E232
Black with #A5E232
Text Example
Text Example
White with #A5E232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E232; }
p { color: rgb(165,226,50); }
H1.HeaderClassName
{
color: #A5E232;
}
.AnyTagClassName
{
color: #A5E232;
}
</style>
background-color css
<style>
a { background-color: #A5E232; }
a { background-color: rgb(165,226,50); }
div.DivClassName
{
background-color: #A5E232;
}
.BgClassName
{
background-color: #A5E232;
}
</style>
border-color css
<style>
span { border-color: #A5E232; }
span { border-color: rgb(165,226,50); }
td.TdClassName
{
border-color: #A5E232;
}
.TagClassName
{
border-color: #A5E232;
}
</style>