Shades of Atlantis #A4E739
Tints of Atlantis #A4E739
RGB
CMYK
RGB Variations
Color information
#A4E739 (or 0xA4E739) is known color: Atlantis. HEX triplet: A4, E7 and 39. RGB value is (164,231,57). Sum of RGB (Red+Green+Blue) = 164+231+57=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E739 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4E739 is #5B18C6. Grayscale: #BFBFBF. Windows color (decimal): -5970119 or 3794852. OLE color: 3794852.
HSL color Cylindrical-coordinate representation of color #A4E739: hue angle of 83.1º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4E739 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 57 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.09 |
| HSL | 83.1º | 0.78% | 0.56% | - |
| HSV(B) | 83.1º | 0.75% | 0.91% | - |
| XYZ | 44.62 | 65.34 | 14.13 | - |
| YUV | 191.13 | 52.3 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 57 | 0.29 | 0 | 0.75 | 0.09 | 83.1 | 0.78 | 0.56 |
| Hex | A4 | E7 | 39 | 1D | 0 | 4B | 9 | 53 | 4E | 38 |
| Octal | 244 | 347 | 71 | 35 | 0 | 113 | 11 | 123 | 116 | 70 |
| Binary | 10100100 | 11100111 | 111001 | 11101 | 0 | 1001011 | 1001 | 1010011 | 1001110 | 111000 |
Color Harmonies of #A4E739
Complementary color
Monochromatic Colors of #A4E739
Black with #A4E739
Text Example
Text Example
White with #A4E739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E739; }
p { color: rgb(164,231,57); }
H1.HeaderClassName
{
color: #A4E739;
}
.AnyTagClassName
{
color: #A4E739;
}
</style>
background-color css
<style>
a { background-color: #A4E739; }
a { background-color: rgb(164,231,57); }
div.DivClassName
{
background-color: #A4E739;
}
.BgClassName
{
background-color: #A4E739;
}
</style>
border-color css
<style>
span { border-color: #A4E739; }
span { border-color: rgb(164,231,57); }
td.TdClassName
{
border-color: #A4E739;
}
.TagClassName
{
border-color: #A4E739;
}
</style>