Shades of Atlantis #A1E734
Tints of Atlantis #A1E734
RGB
CMYK
RGB Variations
Color information
#A1E734 (or 0xA1E734) is known color: Atlantis. HEX triplet: A1, E7 and 34. RGB value is (161,231,52). Sum of RGB (Red+Green+Blue) = 161+231+52=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E734 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E734 is #5E18CB. Grayscale: #BEBEBE. Windows color (decimal): -6166732 or 3467169. OLE color: 3467169.
HSL color Cylindrical-coordinate representation of color #A1E734: hue angle of 83.46º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1E734 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 52 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.09 |
| HSL | 83.46º | 0.79% | 0.55% | - |
| HSV(B) | 83.46º | 0.77% | 0.91% | - |
| XYZ | 43.89 | 64.98 | 13.48 | - |
| YUV | 189.66 | 50.31 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 52 | 0.30 | 0 | 0.77 | 0.09 | 83.46 | 0.79 | 0.55 |
| Hex | A1 | E7 | 34 | 1E | 0 | 4D | 9 | 53 | 4F | 37 |
| Octal | 241 | 347 | 64 | 36 | 0 | 115 | 11 | 123 | 117 | 67 |
| Binary | 10100001 | 11100111 | 110100 | 11110 | 0 | 1001101 | 1001 | 1010011 | 1001111 | 110111 |
Color Harmonies of #A1E734
Complementary color
Monochromatic Colors of #A1E734
Black with #A1E734
Text Example
Text Example
White with #A1E734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E734; }
p { color: rgb(161,231,52); }
H1.HeaderClassName
{
color: #A1E734;
}
.AnyTagClassName
{
color: #A1E734;
}
</style>
background-color css
<style>
a { background-color: #A1E734; }
a { background-color: rgb(161,231,52); }
div.DivClassName
{
background-color: #A1E734;
}
.BgClassName
{
background-color: #A1E734;
}
</style>
border-color css
<style>
span { border-color: #A1E734; }
span { border-color: rgb(161,231,52); }
td.TdClassName
{
border-color: #A1E734;
}
.TagClassName
{
border-color: #A1E734;
}
</style>