Shades of Atlantis #A4D539
Tints of Atlantis #A4D539
RGB
CMYK
RGB Variations
Color information
#A4D539 (or 0xA4D539) is known color: Atlantis. HEX triplet: A4, D5 and 39. RGB value is (164,213,57). Sum of RGB (Red+Green+Blue) = 164+213+57=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D539 is #5B2AC6. Grayscale: #B5B5B5. Windows color (decimal): -5974727 or 3790244. OLE color: 3790244.
HSL color Cylindrical-coordinate representation of color #A4D539: hue angle of 78.85º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4D539 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 57 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.16 |
| HSL | 78.85º | 0.65% | 0.53% | - |
| HSV(B) | 78.85º | 0.73% | 0.84% | - |
| XYZ | 39.84 | 55.78 | 12.54 | - |
| YUV | 180.57 | 58.27 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 57 | 0.23 | 0 | 0.73 | 0.16 | 78.85 | 0.65 | 0.53 |
| Hex | A4 | D5 | 39 | 17 | 0 | 49 | 10 | 4F | 41 | 35 |
| Octal | 244 | 325 | 71 | 27 | 0 | 111 | 20 | 117 | 101 | 65 |
| Binary | 10100100 | 11010101 | 111001 | 10111 | 0 | 1001001 | 10000 | 1001111 | 1000001 | 110101 |
Color Harmonies of #A4D539
Complementary color
Monochromatic Colors of #A4D539
Black with #A4D539
Text Example
Text Example
White with #A4D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D539; }
p { color: rgb(164,213,57); }
H1.HeaderClassName
{
color: #A4D539;
}
.AnyTagClassName
{
color: #A4D539;
}
</style>
background-color css
<style>
a { background-color: #A4D539; }
a { background-color: rgb(164,213,57); }
div.DivClassName
{
background-color: #A4D539;
}
.BgClassName
{
background-color: #A4D539;
}
</style>
border-color css
<style>
span { border-color: #A4D539; }
span { border-color: rgb(164,213,57); }
td.TdClassName
{
border-color: #A4D539;
}
.TagClassName
{
border-color: #A4D539;
}
</style>