Shades of Atlantis #A2C63F
Tints of Atlantis #A2C63F
RGB
CMYK
RGB Variations
Color information
#A2C63F (or 0xA2C63F) is known color: Atlantis. HEX triplet: A2, C6 and 3F. RGB value is (162,198,63). Sum of RGB (Red+Green+Blue) = 162+198+63=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C63F is #5D39C0. Grayscale: #ACACAC. Windows color (decimal): -6109633 or 4179618. OLE color: 4179618.
HSL color Cylindrical-coordinate representation of color #A2C63F: hue angle of 76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2C63F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 63 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.22 |
| HSL | 76º | 0.54% | 0.51% | - |
| HSV(B) | 76º | 0.68% | 0.78% | - |
| XYZ | 35.99 | 48.43 | 12.15 | - |
| YUV | 171.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 63 | 0.18 | 0 | 0.68 | 0.22 | 76 | 0.54 | 0.51 |
| Hex | A2 | C6 | 3F | 12 | 0 | 44 | 16 | 4C | 36 | 33 |
| Octal | 242 | 306 | 77 | 22 | 0 | 104 | 26 | 114 | 66 | 63 |
| Binary | 10100010 | 11000110 | 111111 | 10010 | 0 | 1000100 | 10110 | 1001100 | 110110 | 110011 |
Color Harmonies of #A2C63F
Complementary color
Monochromatic Colors of #A2C63F
Black with #A2C63F
Text Example
Text Example
White with #A2C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C63F; }
p { color: rgb(162,198,63); }
H1.HeaderClassName
{
color: #A2C63F;
}
.AnyTagClassName
{
color: #A2C63F;
}
</style>
background-color css
<style>
a { background-color: #A2C63F; }
a { background-color: rgb(162,198,63); }
div.DivClassName
{
background-color: #A2C63F;
}
.BgClassName
{
background-color: #A2C63F;
}
</style>
border-color css
<style>
span { border-color: #A2C63F; }
span { border-color: rgb(162,198,63); }
td.TdClassName
{
border-color: #A2C63F;
}
.TagClassName
{
border-color: #A2C63F;
}
</style>