Shades of Atlantis #A5E332
Tints of Atlantis #A5E332
RGB
CMYK
RGB Variations
Color information
#A5E332 (or 0xA5E332) is known color: Atlantis. HEX triplet: A5, E3 and 32. RGB value is (165,227,50). Sum of RGB (Red+Green+Blue) = 165+227+50=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E332 is #5A1CCD. Grayscale: #BCBCBC. Windows color (decimal): -5905614 or 3335077. OLE color: 3335077.
HSL color Cylindrical-coordinate representation of color #A5E332: hue angle of 81.02º degrees, saturation: 0.76, 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 #A5E332 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 50 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.11 |
| HSL | 81.02º | 0.76% | 0.54% | - |
| HSV(B) | 81.02º | 0.78% | 0.89% | - |
| XYZ | 43.56 | 63.17 | 12.91 | - |
| YUV | 188.28 | 49.96 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 50 | 0.27 | 0 | 0.78 | 0.11 | 81.02 | 0.76 | 0.54 |
| Hex | A5 | E3 | 32 | 1B | 0 | 4E | B | 51 | 4C | 36 |
| Octal | 245 | 343 | 62 | 33 | 0 | 116 | 13 | 121 | 114 | 66 |
| Binary | 10100101 | 11100011 | 110010 | 11011 | 0 | 1001110 | 1011 | 1010001 | 1001100 | 110110 |
Color Harmonies of #A5E332
Complementary color
Monochromatic Colors of #A5E332
Black with #A5E332
Text Example
Text Example
White with #A5E332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E332; }
p { color: rgb(165,227,50); }
H1.HeaderClassName
{
color: #A5E332;
}
.AnyTagClassName
{
color: #A5E332;
}
</style>
background-color css
<style>
a { background-color: #A5E332; }
a { background-color: rgb(165,227,50); }
div.DivClassName
{
background-color: #A5E332;
}
.BgClassName
{
background-color: #A5E332;
}
</style>
border-color css
<style>
span { border-color: #A5E332; }
span { border-color: rgb(165,227,50); }
td.TdClassName
{
border-color: #A5E332;
}
.TagClassName
{
border-color: #A5E332;
}
</style>