Shades of Atlantis #A2C94C
Tints of Atlantis #A2C94C
RGB
CMYK
RGB Variations
Color information
#A2C94C (or 0xA2C94C) is known color: Atlantis. HEX triplet: A2, C9 and 4C. RGB value is (162,201,76). Sum of RGB (Red+Green+Blue) = 162+201+76=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C94C is #5D36B3. Grayscale: #AFAFAF. Windows color (decimal): -6108852 or 5032354. OLE color: 5032354.
HSL color Cylindrical-coordinate representation of color #A2C94C: hue angle of 78.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2C94C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 76 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.21 |
| HSL | 78.72º | 0.54% | 0.54% | - |
| HSV(B) | 78.72º | 0.62% | 0.79% | - |
| XYZ | 37.09 | 49.98 | 14.53 | - |
| YUV | 175.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 76 | 0.19 | 0 | 0.62 | 0.21 | 78.72 | 0.54 | 0.54 |
| Hex | A2 | C9 | 4C | 13 | 0 | 3E | 15 | 4F | 36 | 36 |
| Octal | 242 | 311 | 114 | 23 | 0 | 76 | 25 | 117 | 66 | 66 |
| Binary | 10100010 | 11001001 | 1001100 | 10011 | 0 | 111110 | 10101 | 1001111 | 110110 | 110110 |
Color Harmonies of #A2C94C
Complementary color
Monochromatic Colors of #A2C94C
Black with #A2C94C
Text Example
Text Example
White with #A2C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C94C; }
p { color: rgb(162,201,76); }
H1.HeaderClassName
{
color: #A2C94C;
}
.AnyTagClassName
{
color: #A2C94C;
}
</style>
background-color css
<style>
a { background-color: #A2C94C; }
a { background-color: rgb(162,201,76); }
div.DivClassName
{
background-color: #A2C94C;
}
.BgClassName
{
background-color: #A2C94C;
}
</style>
border-color css
<style>
span { border-color: #A2C94C; }
span { border-color: rgb(162,201,76); }
td.TdClassName
{
border-color: #A2C94C;
}
.TagClassName
{
border-color: #A2C94C;
}
</style>