Shades of Atlantis #A3C64A
Tints of Atlantis #A3C64A
RGB
CMYK
RGB Variations
Color information
#A3C64A (or 0xA3C64A) is known color: Atlantis. HEX triplet: A3, C6 and 4A. RGB value is (163,198,74). Sum of RGB (Red+Green+Blue) = 163+198+74=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C64A is #5C39B5. Grayscale: #ADADAD. Windows color (decimal): -6044086 or 4900515. OLE color: 4900515.
HSL color Cylindrical-coordinate representation of color #A3C64A: hue angle of 76.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3C64A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 74 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.22 |
| HSL | 76.94º | 0.52% | 0.53% | - |
| HSV(B) | 76.94º | 0.63% | 0.78% | - |
| XYZ | 36.53 | 48.67 | 13.95 | - |
| YUV | 173.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 74 | 0.18 | 0 | 0.63 | 0.22 | 76.94 | 0.52 | 0.53 |
| Hex | A3 | C6 | 4A | 12 | 0 | 3F | 16 | 4D | 34 | 35 |
| Octal | 243 | 306 | 112 | 22 | 0 | 77 | 26 | 115 | 64 | 65 |
| Binary | 10100011 | 11000110 | 1001010 | 10010 | 0 | 111111 | 10110 | 1001101 | 110100 | 110101 |
Color Harmonies of #A3C64A
Complementary color
Monochromatic Colors of #A3C64A
Black with #A3C64A
Text Example
Text Example
White with #A3C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C64A; }
p { color: rgb(163,198,74); }
H1.HeaderClassName
{
color: #A3C64A;
}
.AnyTagClassName
{
color: #A3C64A;
}
</style>
background-color css
<style>
a { background-color: #A3C64A; }
a { background-color: rgb(163,198,74); }
div.DivClassName
{
background-color: #A3C64A;
}
.BgClassName
{
background-color: #A3C64A;
}
</style>
border-color css
<style>
span { border-color: #A3C64A; }
span { border-color: rgb(163,198,74); }
td.TdClassName
{
border-color: #A3C64A;
}
.TagClassName
{
border-color: #A3C64A;
}
</style>