Shades of Atlantis #A4C63A
Tints of Atlantis #A4C63A
RGB
CMYK
RGB Variations
Color information
#A4C63A (or 0xA4C63A) is known color: Atlantis. HEX triplet: A4, C6 and 3A. RGB value is (164,198,58). Sum of RGB (Red+Green+Blue) = 164+198+58=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C63A is #5B39C5. Grayscale: #ACACAC. Windows color (decimal): -5978566 or 3851940. OLE color: 3851940.
HSL color Cylindrical-coordinate representation of color #A4C63A: hue angle of 74.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4C63A is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 58 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.22 |
| HSL | 74.57º | 0.55% | 0.5% | - |
| HSV(B) | 74.57º | 0.71% | 0.78% | - |
| XYZ | 36.27 | 48.59 | 11.47 | - |
| YUV | 171.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 58 | 0.17 | 0 | 0.71 | 0.22 | 74.57 | 0.55 | 0.5 |
| Hex | A4 | C6 | 3A | 11 | 0 | 47 | 16 | 4B | 37 | 32 |
| Octal | 244 | 306 | 72 | 21 | 0 | 107 | 26 | 113 | 67 | 62 |
| Binary | 10100100 | 11000110 | 111010 | 10001 | 0 | 1000111 | 10110 | 1001011 | 110111 | 110010 |
Color Harmonies of #A4C63A
Complementary color
Monochromatic Colors of #A4C63A
Black with #A4C63A
Text Example
Text Example
White with #A4C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C63A; }
p { color: rgb(164,198,58); }
H1.HeaderClassName
{
color: #A4C63A;
}
.AnyTagClassName
{
color: #A4C63A;
}
</style>
background-color css
<style>
a { background-color: #A4C63A; }
a { background-color: rgb(164,198,58); }
div.DivClassName
{
background-color: #A4C63A;
}
.BgClassName
{
background-color: #A4C63A;
}
</style>
border-color css
<style>
span { border-color: #A4C63A; }
span { border-color: rgb(164,198,58); }
td.TdClassName
{
border-color: #A4C63A;
}
.TagClassName
{
border-color: #A4C63A;
}
</style>