Shades of Atlantis #A4C63E
Tints of Atlantis #A4C63E
RGB
CMYK
RGB Variations
Color information
#A4C63E (or 0xA4C63E) is known color: Atlantis. HEX triplet: A4, C6 and 3E. RGB value is (164,198,62). Sum of RGB (Red+Green+Blue) = 164+198+62=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C63E is #5B39C1. Grayscale: #ACACAC. Windows color (decimal): -5978562 or 4114084. OLE color: 4114084.
HSL color Cylindrical-coordinate representation of color #A4C63E: hue angle of 75º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4C63E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 62 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.22 |
| HSL | 75º | 0.54% | 0.51% | - |
| HSV(B) | 75º | 0.69% | 0.78% | - |
| XYZ | 36.37 | 48.63 | 12.03 | - |
| YUV | 172.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 62 | 0.17 | 0 | 0.69 | 0.22 | 75 | 0.54 | 0.51 |
| Hex | A4 | C6 | 3E | 11 | 0 | 45 | 16 | 4B | 36 | 33 |
| Octal | 244 | 306 | 76 | 21 | 0 | 105 | 26 | 113 | 66 | 63 |
| Binary | 10100100 | 11000110 | 111110 | 10001 | 0 | 1000101 | 10110 | 1001011 | 110110 | 110011 |
Color Harmonies of #A4C63E
Complementary color
Monochromatic Colors of #A4C63E
Black with #A4C63E
Text Example
Text Example
White with #A4C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C63E; }
p { color: rgb(164,198,62); }
H1.HeaderClassName
{
color: #A4C63E;
}
.AnyTagClassName
{
color: #A4C63E;
}
</style>
background-color css
<style>
a { background-color: #A4C63E; }
a { background-color: rgb(164,198,62); }
div.DivClassName
{
background-color: #A4C63E;
}
.BgClassName
{
background-color: #A4C63E;
}
</style>
border-color css
<style>
span { border-color: #A4C63E; }
span { border-color: rgb(164,198,62); }
td.TdClassName
{
border-color: #A4C63E;
}
.TagClassName
{
border-color: #A4C63E;
}
</style>