Shades of Atlantis #A5C949
Tints of Atlantis #A5C949
RGB
CMYK
RGB Variations
Color information
#A5C949 (or 0xA5C949) is known color: Atlantis. HEX triplet: A5, C9 and 49. RGB value is (165,201,73). Sum of RGB (Red+Green+Blue) = 165+201+73=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C949 is #5A36B6. Grayscale: #B0B0B0. Windows color (decimal): -5912247 or 4835749. OLE color: 4835749.
HSL color Cylindrical-coordinate representation of color #A5C949: hue angle of 76.88º 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 #A5C949 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 73 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.21 |
| HSL | 76.88º | 0.54% | 0.54% | - |
| HSV(B) | 76.88º | 0.64% | 0.79% | - |
| XYZ | 37.61 | 50.25 | 14.02 | - |
| YUV | 175.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 73 | 0.18 | 0 | 0.64 | 0.21 | 76.88 | 0.54 | 0.54 |
| Hex | A5 | C9 | 49 | 12 | 0 | 40 | 15 | 4D | 36 | 36 |
| Octal | 245 | 311 | 111 | 22 | 0 | 100 | 25 | 115 | 66 | 66 |
| Binary | 10100101 | 11001001 | 1001001 | 10010 | 0 | 1000000 | 10101 | 1001101 | 110110 | 110110 |
Color Harmonies of #A5C949
Complementary color
Monochromatic Colors of #A5C949
Black with #A5C949
Text Example
Text Example
White with #A5C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C949; }
p { color: rgb(165,201,73); }
H1.HeaderClassName
{
color: #A5C949;
}
.AnyTagClassName
{
color: #A5C949;
}
</style>
background-color css
<style>
a { background-color: #A5C949; }
a { background-color: rgb(165,201,73); }
div.DivClassName
{
background-color: #A5C949;
}
.BgClassName
{
background-color: #A5C949;
}
</style>
border-color css
<style>
span { border-color: #A5C949; }
span { border-color: rgb(165,201,73); }
td.TdClassName
{
border-color: #A5C949;
}
.TagClassName
{
border-color: #A5C949;
}
</style>