Shades of Atlantis #A3C043
Tints of Atlantis #A3C043
RGB
CMYK
RGB Variations
Color information
#A3C043 (or 0xA3C043) is known color: Atlantis. HEX triplet: A3, C0 and 43. RGB value is (163,192,67). Sum of RGB (Red+Green+Blue) = 163+192+67=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C043 is #5C3FBC. Grayscale: #A9A9A9. Windows color (decimal): -6045629 or 4440227. OLE color: 4440227.
HSL color Cylindrical-coordinate representation of color #A3C043: hue angle of 73.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3C043 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 67 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.25 |
| HSL | 73.92º | 0.5% | 0.51% | - |
| HSV(B) | 73.92º | 0.65% | 0.75% | - |
| XYZ | 34.97 | 45.89 | 12.33 | - |
| YUV | 169.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 67 | 0.15 | 0 | 0.65 | 0.25 | 73.92 | 0.5 | 0.51 |
| Hex | A3 | C0 | 43 | F | 0 | 41 | 19 | 4A | 32 | 33 |
| Octal | 243 | 300 | 103 | 17 | 0 | 101 | 31 | 112 | 62 | 63 |
| Binary | 10100011 | 11000000 | 1000011 | 1111 | 0 | 1000001 | 11001 | 1001010 | 110010 | 110011 |
Color Harmonies of #A3C043
Complementary color
Monochromatic Colors of #A3C043
Black with #A3C043
Text Example
Text Example
White with #A3C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C043; }
p { color: rgb(163,192,67); }
H1.HeaderClassName
{
color: #A3C043;
}
.AnyTagClassName
{
color: #A3C043;
}
</style>
background-color css
<style>
a { background-color: #A3C043; }
a { background-color: rgb(163,192,67); }
div.DivClassName
{
background-color: #A3C043;
}
.BgClassName
{
background-color: #A3C043;
}
</style>
border-color css
<style>
span { border-color: #A3C043; }
span { border-color: rgb(163,192,67); }
td.TdClassName
{
border-color: #A3C043;
}
.TagClassName
{
border-color: #A3C043;
}
</style>