Shades of Atlantis #A2C73C
Tints of Atlantis #A2C73C
RGB
CMYK
RGB Variations
Color information
#A2C73C (or 0xA2C73C) is known color: Atlantis. HEX triplet: A2, C7 and 3C. RGB value is (162,199,60). Sum of RGB (Red+Green+Blue) = 162+199+60=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C73C is #5D38C3. Grayscale: #ACACAC. Windows color (decimal): -6109380 or 3983266. OLE color: 3983266.
HSL color Cylindrical-coordinate representation of color #A2C73C: hue angle of 75.97º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2C73C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 199 | 60 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.22 |
| HSL | 75.97º | 0.55% | 0.51% | - |
| HSV(B) | 75.97º | 0.7% | 0.78% | - |
| XYZ | 36.14 | 48.85 | 11.8 | - |
| YUV | 172.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 60 | 0.19 | 0 | 0.70 | 0.22 | 75.97 | 0.55 | 0.51 |
| Hex | A2 | C7 | 3C | 13 | 0 | 46 | 16 | 4C | 37 | 33 |
| Octal | 242 | 307 | 74 | 23 | 0 | 106 | 26 | 114 | 67 | 63 |
| Binary | 10100010 | 11000111 | 111100 | 10011 | 0 | 1000110 | 10110 | 1001100 | 110111 | 110011 |
Color Harmonies of #A2C73C
Complementary color
Monochromatic Colors of #A2C73C
Black with #A2C73C
Text Example
Text Example
White with #A2C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C73C; }
p { color: rgb(162,199,60); }
H1.HeaderClassName
{
color: #A2C73C;
}
.AnyTagClassName
{
color: #A2C73C;
}
</style>
background-color css
<style>
a { background-color: #A2C73C; }
a { background-color: rgb(162,199,60); }
div.DivClassName
{
background-color: #A2C73C;
}
.BgClassName
{
background-color: #A2C73C;
}
</style>
border-color css
<style>
span { border-color: #A2C73C; }
span { border-color: rgb(162,199,60); }
td.TdClassName
{
border-color: #A2C73C;
}
.TagClassName
{
border-color: #A2C73C;
}
</style>