Shades of Atlantis #A4E432
Tints of Atlantis #A4E432
RGB
CMYK
RGB Variations
Color information
#A4E432 (or 0xA4E432) is known color: Atlantis. HEX triplet: A4, E4 and 32. RGB value is (164,228,50). Sum of RGB (Red+Green+Blue) = 164+228+50=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E432 is #5B1BCD. Grayscale: #BDBDBD. Windows color (decimal): -5970894 or 3335332. OLE color: 3335332.
HSL color Cylindrical-coordinate representation of color #A4E432: hue angle of 81.57º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4E432 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 50 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.11 |
| HSL | 81.57º | 0.77% | 0.55% | - |
| HSV(B) | 81.57º | 0.78% | 0.89% | - |
| XYZ | 43.63 | 63.61 | 13 | - |
| YUV | 188.57 | 49.8 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 50 | 0.28 | 0 | 0.78 | 0.11 | 81.57 | 0.77 | 0.55 |
| Hex | A4 | E4 | 32 | 1C | 0 | 4E | B | 52 | 4D | 37 |
| Octal | 244 | 344 | 62 | 34 | 0 | 116 | 13 | 122 | 115 | 67 |
| Binary | 10100100 | 11100100 | 110010 | 11100 | 0 | 1001110 | 1011 | 1010010 | 1001101 | 110111 |
Color Harmonies of #A4E432
Complementary color
Monochromatic Colors of #A4E432
Black with #A4E432
Text Example
Text Example
White with #A4E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E432; }
p { color: rgb(164,228,50); }
H1.HeaderClassName
{
color: #A4E432;
}
.AnyTagClassName
{
color: #A4E432;
}
</style>
background-color css
<style>
a { background-color: #A4E432; }
a { background-color: rgb(164,228,50); }
div.DivClassName
{
background-color: #A4E432;
}
.BgClassName
{
background-color: #A4E432;
}
</style>
border-color css
<style>
span { border-color: #A4E432; }
span { border-color: rgb(164,228,50); }
td.TdClassName
{
border-color: #A4E432;
}
.TagClassName
{
border-color: #A4E432;
}
</style>