Shades of Atlantis #A4D543
Tints of Atlantis #A4D543
RGB
CMYK
RGB Variations
Color information
#A4D543 (or 0xA4D543) is known color: Atlantis. HEX triplet: A4, D5 and 43. RGB value is (164,213,67). Sum of RGB (Red+Green+Blue) = 164+213+67=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D543 is #5B2ABC. Grayscale: #B6B6B6. Windows color (decimal): -5974717 or 4445604. OLE color: 4445604.
HSL color Cylindrical-coordinate representation of color #A4D543: hue angle of 80.14º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4D543 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 67 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.16 |
| HSL | 80.14º | 0.63% | 0.55% | - |
| HSV(B) | 80.14º | 0.69% | 0.84% | - |
| XYZ | 40.12 | 55.89 | 13.98 | - |
| YUV | 181.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 67 | 0.23 | 0 | 0.69 | 0.16 | 80.14 | 0.63 | 0.55 |
| Hex | A4 | D5 | 43 | 17 | 0 | 45 | 10 | 50 | 3F | 37 |
| Octal | 244 | 325 | 103 | 27 | 0 | 105 | 20 | 120 | 77 | 67 |
| Binary | 10100100 | 11010101 | 1000011 | 10111 | 0 | 1000101 | 10000 | 1010000 | 111111 | 110111 |
Color Harmonies of #A4D543
Complementary color
Monochromatic Colors of #A4D543
Black with #A4D543
Text Example
Text Example
White with #A4D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D543; }
p { color: rgb(164,213,67); }
H1.HeaderClassName
{
color: #A4D543;
}
.AnyTagClassName
{
color: #A4D543;
}
</style>
background-color css
<style>
a { background-color: #A4D543; }
a { background-color: rgb(164,213,67); }
div.DivClassName
{
background-color: #A4D543;
}
.BgClassName
{
background-color: #A4D543;
}
</style>
border-color css
<style>
span { border-color: #A4D543; }
span { border-color: rgb(164,213,67); }
td.TdClassName
{
border-color: #A4D543;
}
.TagClassName
{
border-color: #A4D543;
}
</style>