Shades of Atlantis #A4E632
Tints of Atlantis #A4E632
RGB
CMYK
RGB Variations
Color information
#A4E632 (or 0xA4E632) is known color: Atlantis. HEX triplet: A4, E6 and 32. RGB value is (164,230,50). Sum of RGB (Red+Green+Blue) = 164+230+50=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4E632 is #5B19CD. Grayscale: #BEBEBE. Windows color (decimal): -5970382 or 3335844. OLE color: 3335844.
HSL color Cylindrical-coordinate representation of color #A4E632: hue angle of 82º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4E632 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 50 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.10 |
| HSL | 82º | 0.78% | 0.55% | - |
| HSV(B) | 82º | 0.78% | 0.9% | - |
| XYZ | 44.18 | 64.72 | 13.18 | - |
| YUV | 189.75 | 49.13 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 50 | 0.29 | 0 | 0.78 | 0.10 | 82 | 0.78 | 0.55 |
| Hex | A4 | E6 | 32 | 1D | 0 | 4E | A | 52 | 4E | 37 |
| Octal | 244 | 346 | 62 | 35 | 0 | 116 | 12 | 122 | 116 | 67 |
| Binary | 10100100 | 11100110 | 110010 | 11101 | 0 | 1001110 | 1010 | 1010010 | 1001110 | 110111 |
Color Harmonies of #A4E632
Complementary color
Monochromatic Colors of #A4E632
Black with #A4E632
Text Example
Text Example
White with #A4E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E632; }
p { color: rgb(164,230,50); }
H1.HeaderClassName
{
color: #A4E632;
}
.AnyTagClassName
{
color: #A4E632;
}
</style>
background-color css
<style>
a { background-color: #A4E632; }
a { background-color: rgb(164,230,50); }
div.DivClassName
{
background-color: #A4E632;
}
.BgClassName
{
background-color: #A4E632;
}
</style>
border-color css
<style>
span { border-color: #A4E632; }
span { border-color: rgb(164,230,50); }
td.TdClassName
{
border-color: #A4E632;
}
.TagClassName
{
border-color: #A4E632;
}
</style>