Shades of Atlantis #A3CC49
Tints of Atlantis #A3CC49
RGB
CMYK
RGB Variations
Color information
#A3CC49 (or 0xA3CC49) is known color: Atlantis. HEX triplet: A3, CC and 49. RGB value is (163,204,73). Sum of RGB (Red+Green+Blue) = 163+204+73=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CC49 is #5C33B6. Grayscale: #B1B1B1. Windows color (decimal): -6042551 or 4836515. OLE color: 4836515.
HSL color Cylindrical-coordinate representation of color #A3CC49: hue angle of 78.78º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3CC49 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 73 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.2 |
| HSL | 78.78º | 0.56% | 0.54% | - |
| HSV(B) | 78.78º | 0.64% | 0.8% | - |
| XYZ | 37.9 | 51.45 | 14.24 | - |
| YUV | 176.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 73 | 0.20 | 0 | 0.64 | 0.2 | 78.78 | 0.56 | 0.54 |
| Hex | A3 | CC | 49 | 14 | 0 | 40 | 14 | 4F | 38 | 36 |
| Octal | 243 | 314 | 111 | 24 | 0 | 100 | 24 | 117 | 70 | 66 |
| Binary | 10100011 | 11001100 | 1001001 | 10100 | 0 | 1000000 | 10100 | 1001111 | 111000 | 110110 |
Color Harmonies of #A3CC49
Complementary color
Monochromatic Colors of #A3CC49
Black with #A3CC49
Text Example
Text Example
White with #A3CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC49; }
p { color: rgb(163,204,73); }
H1.HeaderClassName
{
color: #A3CC49;
}
.AnyTagClassName
{
color: #A3CC49;
}
</style>
background-color css
<style>
a { background-color: #A3CC49; }
a { background-color: rgb(163,204,73); }
div.DivClassName
{
background-color: #A3CC49;
}
.BgClassName
{
background-color: #A3CC49;
}
</style>
border-color css
<style>
span { border-color: #A3CC49; }
span { border-color: rgb(163,204,73); }
td.TdClassName
{
border-color: #A3CC49;
}
.TagClassName
{
border-color: #A3CC49;
}
</style>