Shades of Atlantis #A2D83E
Tints of Atlantis #A2D83E
RGB
CMYK
RGB Variations
Color information
#A2D83E (or 0xA2D83E) is known color: Atlantis. HEX triplet: A2, D8 and 3E. RGB value is (162,216,62). Sum of RGB (Red+Green+Blue) = 162+216+62=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D83E is #5D27C1. Grayscale: #B6B6B6. Windows color (decimal): -6105026 or 4118690. OLE color: 4118690.
HSL color Cylindrical-coordinate representation of color #A2D83E: hue angle of 81.04º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2D83E is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 62 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.15 |
| HSL | 81.04º | 0.66% | 0.55% | - |
| HSV(B) | 81.04º | 0.71% | 0.85% | - |
| XYZ | 40.33 | 57.14 | 13.46 | - |
| YUV | 182.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 62 | 0.25 | 0 | 0.71 | 0.15 | 81.04 | 0.66 | 0.55 |
| Hex | A2 | D8 | 3E | 19 | 0 | 47 | F | 51 | 42 | 37 |
| Octal | 242 | 330 | 76 | 31 | 0 | 107 | 17 | 121 | 102 | 67 |
| Binary | 10100010 | 11011000 | 111110 | 11001 | 0 | 1000111 | 1111 | 1010001 | 1000010 | 110111 |
Color Harmonies of #A2D83E
Complementary color
Monochromatic Colors of #A2D83E
Black with #A2D83E
Text Example
Text Example
White with #A2D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D83E; }
p { color: rgb(162,216,62); }
H1.HeaderClassName
{
color: #A2D83E;
}
.AnyTagClassName
{
color: #A2D83E;
}
</style>
background-color css
<style>
a { background-color: #A2D83E; }
a { background-color: rgb(162,216,62); }
div.DivClassName
{
background-color: #A2D83E;
}
.BgClassName
{
background-color: #A2D83E;
}
</style>
border-color css
<style>
span { border-color: #A2D83E; }
span { border-color: rgb(162,216,62); }
td.TdClassName
{
border-color: #A2D83E;
}
.TagClassName
{
border-color: #A2D83E;
}
</style>