Shades of Atlantis #A0E533
Tints of Atlantis #A0E533
RGB
CMYK
RGB Variations
Color information
#A0E533 (or 0xA0E533) is known color: Atlantis. HEX triplet: A0, E5 and 33. RGB value is (160,229,51). Sum of RGB (Red+Green+Blue) = 160+229+51=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E533 is #5F1ACC. Grayscale: #BCBCBC. Windows color (decimal): -6232781 or 3401120. OLE color: 3401120.
HSL color Cylindrical-coordinate representation of color #A0E533: hue angle of 83.26º degrees, saturation: 0.77, 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 #A0E533 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 51 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.10 |
| HSL | 83.26º | 0.77% | 0.55% | - |
| HSV(B) | 83.26º | 0.78% | 0.9% | - |
| XYZ | 43.11 | 63.75 | 13.16 | - |
| YUV | 188.08 | 50.64 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 51 | 0.30 | 0 | 0.78 | 0.10 | 83.26 | 0.77 | 0.55 |
| Hex | A0 | E5 | 33 | 1E | 0 | 4E | A | 53 | 4D | 37 |
| Octal | 240 | 345 | 63 | 36 | 0 | 116 | 12 | 123 | 115 | 67 |
| Binary | 10100000 | 11100101 | 110011 | 11110 | 0 | 1001110 | 1010 | 1010011 | 1001101 | 110111 |
Color Harmonies of #A0E533
Complementary color
Monochromatic Colors of #A0E533
Black with #A0E533
Text Example
Text Example
White with #A0E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E533; }
p { color: rgb(160,229,51); }
H1.HeaderClassName
{
color: #A0E533;
}
.AnyTagClassName
{
color: #A0E533;
}
</style>
background-color css
<style>
a { background-color: #A0E533; }
a { background-color: rgb(160,229,51); }
div.DivClassName
{
background-color: #A0E533;
}
.BgClassName
{
background-color: #A0E533;
}
</style>
border-color css
<style>
span { border-color: #A0E533; }
span { border-color: rgb(160,229,51); }
td.TdClassName
{
border-color: #A0E533;
}
.TagClassName
{
border-color: #A0E533;
}
</style>