Shades of Atlantis #A0E434
Tints of Atlantis #A0E434
RGB
CMYK
RGB Variations
Color information
#A0E434 (or 0xA0E434) is known color: Atlantis. HEX triplet: A0, E4 and 34. RGB value is (160,228,52). Sum of RGB (Red+Green+Blue) = 160+228+52=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E434 is #5F1BCB. Grayscale: #BCBCBC. Windows color (decimal): -6233036 or 3466400. OLE color: 3466400.
HSL color Cylindrical-coordinate representation of color #A0E434: hue angle of 83.18º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0E434 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 52 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.11 |
| HSL | 83.18º | 0.77% | 0.55% | - |
| HSV(B) | 83.18º | 0.77% | 0.89% | - |
| XYZ | 42.86 | 63.21 | 13.19 | - |
| YUV | 187.6 | 51.47 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 52 | 0.30 | 0 | 0.77 | 0.11 | 83.18 | 0.77 | 0.55 |
| Hex | A0 | E4 | 34 | 1E | 0 | 4D | B | 53 | 4D | 37 |
| Octal | 240 | 344 | 64 | 36 | 0 | 115 | 13 | 123 | 115 | 67 |
| Binary | 10100000 | 11100100 | 110100 | 11110 | 0 | 1001101 | 1011 | 1010011 | 1001101 | 110111 |
Color Harmonies of #A0E434
Complementary color
Monochromatic Colors of #A0E434
Black with #A0E434
Text Example
Text Example
White with #A0E434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E434; }
p { color: rgb(160,228,52); }
H1.HeaderClassName
{
color: #A0E434;
}
.AnyTagClassName
{
color: #A0E434;
}
</style>
background-color css
<style>
a { background-color: #A0E434; }
a { background-color: rgb(160,228,52); }
div.DivClassName
{
background-color: #A0E434;
}
.BgClassName
{
background-color: #A0E434;
}
</style>
border-color css
<style>
span { border-color: #A0E434; }
span { border-color: rgb(160,228,52); }
td.TdClassName
{
border-color: #A0E434;
}
.TagClassName
{
border-color: #A0E434;
}
</style>