Shades of Atlantis #A4C94A
Tints of Atlantis #A4C94A
RGB
CMYK
RGB Variations
Color information
#A4C94A (or 0xA4C94A) is known color: Atlantis. HEX triplet: A4, C9 and 4A. RGB value is (164,201,74). Sum of RGB (Red+Green+Blue) = 164+201+74=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C94A is #5B36B5. Grayscale: #AFAFAF. Windows color (decimal): -5977782 or 4901284. OLE color: 4901284.
HSL color Cylindrical-coordinate representation of color #A4C94A: hue angle of 77.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4C94A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 74 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.21 |
| HSL | 77.48º | 0.54% | 0.54% | - |
| HSV(B) | 77.48º | 0.63% | 0.79% | - |
| XYZ | 37.43 | 50.16 | 14.19 | - |
| YUV | 175.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 74 | 0.18 | 0 | 0.63 | 0.21 | 77.48 | 0.54 | 0.54 |
| Hex | A4 | C9 | 4A | 12 | 0 | 3F | 15 | 4D | 36 | 36 |
| Octal | 244 | 311 | 112 | 22 | 0 | 77 | 25 | 115 | 66 | 66 |
| Binary | 10100100 | 11001001 | 1001010 | 10010 | 0 | 111111 | 10101 | 1001101 | 110110 | 110110 |
Color Harmonies of #A4C94A
Complementary color
Monochromatic Colors of #A4C94A
Black with #A4C94A
Text Example
Text Example
White with #A4C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C94A; }
p { color: rgb(164,201,74); }
H1.HeaderClassName
{
color: #A4C94A;
}
.AnyTagClassName
{
color: #A4C94A;
}
</style>
background-color css
<style>
a { background-color: #A4C94A; }
a { background-color: rgb(164,201,74); }
div.DivClassName
{
background-color: #A4C94A;
}
.BgClassName
{
background-color: #A4C94A;
}
</style>
border-color css
<style>
span { border-color: #A4C94A; }
span { border-color: rgb(164,201,74); }
td.TdClassName
{
border-color: #A4C94A;
}
.TagClassName
{
border-color: #A4C94A;
}
</style>