Shades of Atlantis #A4D541
Tints of Atlantis #A4D541
RGB
CMYK
RGB Variations
Color information
#A4D541 (or 0xA4D541) is known color: Atlantis. HEX triplet: A4, D5 and 41. RGB value is (164,213,65). Sum of RGB (Red+Green+Blue) = 164+213+65=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D541 is #5B2ABE. Grayscale: #B6B6B6. Windows color (decimal): -5974719 or 4314532. OLE color: 4314532.
HSL color Cylindrical-coordinate representation of color #A4D541: hue angle of 79.86º degrees, saturation: 0.64, 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 #A4D541 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 65 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.16 |
| HSL | 79.86º | 0.64% | 0.55% | - |
| HSV(B) | 79.86º | 0.69% | 0.84% | - |
| XYZ | 40.06 | 55.86 | 13.67 | - |
| YUV | 181.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 65 | 0.23 | 0 | 0.69 | 0.16 | 79.86 | 0.64 | 0.55 |
| Hex | A4 | D5 | 41 | 17 | 0 | 45 | 10 | 50 | 40 | 37 |
| Octal | 244 | 325 | 101 | 27 | 0 | 105 | 20 | 120 | 100 | 67 |
| Binary | 10100100 | 11010101 | 1000001 | 10111 | 0 | 1000101 | 10000 | 1010000 | 1000000 | 110111 |
Color Harmonies of #A4D541
Complementary color
Monochromatic Colors of #A4D541
Black with #A4D541
Text Example
Text Example
White with #A4D541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D541; }
p { color: rgb(164,213,65); }
H1.HeaderClassName
{
color: #A4D541;
}
.AnyTagClassName
{
color: #A4D541;
}
</style>
background-color css
<style>
a { background-color: #A4D541; }
a { background-color: rgb(164,213,65); }
div.DivClassName
{
background-color: #A4D541;
}
.BgClassName
{
background-color: #A4D541;
}
</style>
border-color css
<style>
span { border-color: #A4D541; }
span { border-color: rgb(164,213,65); }
td.TdClassName
{
border-color: #A4D541;
}
.TagClassName
{
border-color: #A4D541;
}
</style>