Shades of Atlantis #A2C73E
Tints of Atlantis #A2C73E
RGB
CMYK
RGB Variations
Color information
#A2C73E (or 0xA2C73E) is known color: Atlantis. HEX triplet: A2, C7 and 3E. RGB value is (162,199,62). Sum of RGB (Red+Green+Blue) = 162+199+62=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C73E is #5D38C1. Grayscale: #ACACAC. Windows color (decimal): -6109378 or 4114338. OLE color: 4114338.
HSL color Cylindrical-coordinate representation of color #A2C73E: hue angle of 76.2º degrees, saturation: 0.55, 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 #A2C73E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 199 | 62 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.22 |
| HSL | 76.2º | 0.55% | 0.51% | - |
| HSV(B) | 76.2º | 0.69% | 0.78% | - |
| XYZ | 36.19 | 48.88 | 12.08 | - |
| YUV | 172.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 62 | 0.19 | 0 | 0.69 | 0.22 | 76.2 | 0.55 | 0.51 |
| Hex | A2 | C7 | 3E | 13 | 0 | 45 | 16 | 4C | 37 | 33 |
| Octal | 242 | 307 | 76 | 23 | 0 | 105 | 26 | 114 | 67 | 63 |
| Binary | 10100010 | 11000111 | 111110 | 10011 | 0 | 1000101 | 10110 | 1001100 | 110111 | 110011 |
Color Harmonies of #A2C73E
Complementary color
Monochromatic Colors of #A2C73E
Black with #A2C73E
Text Example
Text Example
White with #A2C73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C73E; }
p { color: rgb(162,199,62); }
H1.HeaderClassName
{
color: #A2C73E;
}
.AnyTagClassName
{
color: #A2C73E;
}
</style>
background-color css
<style>
a { background-color: #A2C73E; }
a { background-color: rgb(162,199,62); }
div.DivClassName
{
background-color: #A2C73E;
}
.BgClassName
{
background-color: #A2C73E;
}
</style>
border-color css
<style>
span { border-color: #A2C73E; }
span { border-color: rgb(162,199,62); }
td.TdClassName
{
border-color: #A2C73E;
}
.TagClassName
{
border-color: #A2C73E;
}
</style>