Shades of Atlantis #A3CA49
Tints of Atlantis #A3CA49
RGB
CMYK
RGB Variations
Color information
#A3CA49 (or 0xA3CA49) is known color: Atlantis. HEX triplet: A3, CA and 49. RGB value is (163,202,73). Sum of RGB (Red+Green+Blue) = 163+202+73=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CA49 is #5C35B6. Grayscale: #B0B0B0. Windows color (decimal): -6043063 or 4836003. OLE color: 4836003.
HSL color Cylindrical-coordinate representation of color #A3CA49: hue angle of 78.14º degrees, saturation: 0.55, 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 #A3CA49 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 73 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.21 |
| HSL | 78.14º | 0.55% | 0.54% | - |
| HSV(B) | 78.14º | 0.64% | 0.79% | - |
| XYZ | 37.43 | 50.51 | 14.08 | - |
| YUV | 175.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 73 | 0.19 | 0 | 0.64 | 0.21 | 78.14 | 0.55 | 0.54 |
| Hex | A3 | CA | 49 | 13 | 0 | 40 | 15 | 4E | 37 | 36 |
| Octal | 243 | 312 | 111 | 23 | 0 | 100 | 25 | 116 | 67 | 66 |
| Binary | 10100011 | 11001010 | 1001001 | 10011 | 0 | 1000000 | 10101 | 1001110 | 110111 | 110110 |
Color Harmonies of #A3CA49
Complementary color
Monochromatic Colors of #A3CA49
Black with #A3CA49
Text Example
Text Example
White with #A3CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA49; }
p { color: rgb(163,202,73); }
H1.HeaderClassName
{
color: #A3CA49;
}
.AnyTagClassName
{
color: #A3CA49;
}
</style>
background-color css
<style>
a { background-color: #A3CA49; }
a { background-color: rgb(163,202,73); }
div.DivClassName
{
background-color: #A3CA49;
}
.BgClassName
{
background-color: #A3CA49;
}
</style>
border-color css
<style>
span { border-color: #A3CA49; }
span { border-color: rgb(163,202,73); }
td.TdClassName
{
border-color: #A3CA49;
}
.TagClassName
{
border-color: #A3CA49;
}
</style>