Shades of Atlantis #A4D441
Tints of Atlantis #A4D441
RGB
CMYK
RGB Variations
Color information
#A4D441 (or 0xA4D441) is known color: Atlantis. HEX triplet: A4, D4 and 41. RGB value is (164,212,65). Sum of RGB (Red+Green+Blue) = 164+212+65=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D441 is #5B2BBE. Grayscale: #B5B5B5. Windows color (decimal): -5974975 or 4314276. OLE color: 4314276.
HSL color Cylindrical-coordinate representation of color #A4D441: hue angle of 79.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4D441 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 65 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.17 |
| HSL | 79.59º | 0.63% | 0.54% | - |
| HSV(B) | 79.59º | 0.69% | 0.83% | - |
| XYZ | 39.81 | 55.36 | 13.59 | - |
| YUV | 180.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 65 | 0.23 | 0 | 0.69 | 0.17 | 79.59 | 0.63 | 0.54 |
| Hex | A4 | D4 | 41 | 17 | 0 | 45 | 11 | 50 | 3F | 36 |
| Octal | 244 | 324 | 101 | 27 | 0 | 105 | 21 | 120 | 77 | 66 |
| Binary | 10100100 | 11010100 | 1000001 | 10111 | 0 | 1000101 | 10001 | 1010000 | 111111 | 110110 |
Color Harmonies of #A4D441
Complementary color
Monochromatic Colors of #A4D441
Black with #A4D441
Text Example
Text Example
White with #A4D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D441; }
p { color: rgb(164,212,65); }
H1.HeaderClassName
{
color: #A4D441;
}
.AnyTagClassName
{
color: #A4D441;
}
</style>
background-color css
<style>
a { background-color: #A4D441; }
a { background-color: rgb(164,212,65); }
div.DivClassName
{
background-color: #A4D441;
}
.BgClassName
{
background-color: #A4D441;
}
</style>
border-color css
<style>
span { border-color: #A4D441; }
span { border-color: rgb(164,212,65); }
td.TdClassName
{
border-color: #A4D441;
}
.TagClassName
{
border-color: #A4D441;
}
</style>