Shades of Atlantis #A0E632
Tints of Atlantis #A0E632
RGB
CMYK
RGB Variations
Color information
#A0E632 (or 0xA0E632) is known color: Atlantis. HEX triplet: A0, E6 and 32. RGB value is (160,230,50). Sum of RGB (Red+Green+Blue) = 160+230+50=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E632 is #5F19CD. Grayscale: #BDBDBD. Windows color (decimal): -6232526 or 3335840. OLE color: 3335840.
HSL color Cylindrical-coordinate representation of color #A0E632: hue angle of 83.33º 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 #A0E632 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 50 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.10 |
| HSL | 83.33º | 0.78% | 0.55% | - |
| HSV(B) | 83.33º | 0.78% | 0.9% | - |
| XYZ | 43.37 | 64.3 | 13.14 | - |
| YUV | 188.55 | 49.81 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 50 | 0.30 | 0 | 0.78 | 0.10 | 83.33 | 0.78 | 0.55 |
| Hex | A0 | E6 | 32 | 1E | 0 | 4E | A | 53 | 4E | 37 |
| Octal | 240 | 346 | 62 | 36 | 0 | 116 | 12 | 123 | 116 | 67 |
| Binary | 10100000 | 11100110 | 110010 | 11110 | 0 | 1001110 | 1010 | 1010011 | 1001110 | 110111 |
Color Harmonies of #A0E632
Complementary color
Monochromatic Colors of #A0E632
Black with #A0E632
Text Example
Text Example
White with #A0E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E632; }
p { color: rgb(160,230,50); }
H1.HeaderClassName
{
color: #A0E632;
}
.AnyTagClassName
{
color: #A0E632;
}
</style>
background-color css
<style>
a { background-color: #A0E632; }
a { background-color: rgb(160,230,50); }
div.DivClassName
{
background-color: #A0E632;
}
.BgClassName
{
background-color: #A0E632;
}
</style>
border-color css
<style>
span { border-color: #A0E632; }
span { border-color: rgb(160,230,50); }
td.TdClassName
{
border-color: #A0E632;
}
.TagClassName
{
border-color: #A0E632;
}
</style>