Shades of Atlantis #A4C949
Tints of Atlantis #A4C949
RGB
CMYK
RGB Variations
Color information
#A4C949 (or 0xA4C949) is known color: Atlantis. HEX triplet: A4, C9 and 49. RGB value is (164,201,73). Sum of RGB (Red+Green+Blue) = 164+201+73=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C949 is #5B36B6. Grayscale: #AFAFAF. Windows color (decimal): -5977783 or 4835748. OLE color: 4835748.
HSL color Cylindrical-coordinate representation of color #A4C949: hue angle of 77.34º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4C949 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 73 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.21 |
| HSL | 77.34º | 0.54% | 0.54% | - |
| HSV(B) | 77.34º | 0.64% | 0.79% | - |
| XYZ | 37.4 | 50.15 | 14.01 | - |
| YUV | 175.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 73 | 0.18 | 0 | 0.64 | 0.21 | 77.34 | 0.54 | 0.54 |
| Hex | A4 | C9 | 49 | 12 | 0 | 40 | 15 | 4D | 36 | 36 |
| Octal | 244 | 311 | 111 | 22 | 0 | 100 | 25 | 115 | 66 | 66 |
| Binary | 10100100 | 11001001 | 1001001 | 10010 | 0 | 1000000 | 10101 | 1001101 | 110110 | 110110 |
Color Harmonies of #A4C949
Complementary color
Monochromatic Colors of #A4C949
Black with #A4C949
Text Example
Text Example
White with #A4C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C949; }
p { color: rgb(164,201,73); }
H1.HeaderClassName
{
color: #A4C949;
}
.AnyTagClassName
{
color: #A4C949;
}
</style>
background-color css
<style>
a { background-color: #A4C949; }
a { background-color: rgb(164,201,73); }
div.DivClassName
{
background-color: #A4C949;
}
.BgClassName
{
background-color: #A4C949;
}
</style>
border-color css
<style>
span { border-color: #A4C949; }
span { border-color: rgb(164,201,73); }
td.TdClassName
{
border-color: #A4C949;
}
.TagClassName
{
border-color: #A4C949;
}
</style>