Shades of Atlantis #A4D036
Tints of Atlantis #A4D036
RGB
CMYK
RGB Variations
Color information
#A4D036 (or 0xA4D036) is known color: Atlantis. HEX triplet: A4, D0 and 36. RGB value is (164,208,54). Sum of RGB (Red+Green+Blue) = 164+208+54=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D036 is #5B2FC9. Grayscale: #B1B1B1. Windows color (decimal): -5976010 or 3592356. OLE color: 3592356.
HSL color Cylindrical-coordinate representation of color #A4D036: hue angle of 77.14º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4D036 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 54 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.18 |
| HSL | 77.14º | 0.62% | 0.51% | - |
| HSV(B) | 77.14º | 0.74% | 0.82% | - |
| XYZ | 38.53 | 53.27 | 11.74 | - |
| YUV | 177.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 54 | 0.21 | 0 | 0.74 | 0.18 | 77.14 | 0.62 | 0.51 |
| Hex | A4 | D0 | 36 | 15 | 0 | 4A | 12 | 4D | 3E | 33 |
| Octal | 244 | 320 | 66 | 25 | 0 | 112 | 22 | 115 | 76 | 63 |
| Binary | 10100100 | 11010000 | 110110 | 10101 | 0 | 1001010 | 10010 | 1001101 | 111110 | 110011 |
Color Harmonies of #A4D036
Complementary color
Monochromatic Colors of #A4D036
Black with #A4D036
Text Example
Text Example
White with #A4D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D036; }
p { color: rgb(164,208,54); }
H1.HeaderClassName
{
color: #A4D036;
}
.AnyTagClassName
{
color: #A4D036;
}
</style>
background-color css
<style>
a { background-color: #A4D036; }
a { background-color: rgb(164,208,54); }
div.DivClassName
{
background-color: #A4D036;
}
.BgClassName
{
background-color: #A4D036;
}
</style>
border-color css
<style>
span { border-color: #A4D036; }
span { border-color: rgb(164,208,54); }
td.TdClassName
{
border-color: #A4D036;
}
.TagClassName
{
border-color: #A4D036;
}
</style>