Shades of Atlantis #A2D93B
Tints of Atlantis #A2D93B
RGB
CMYK
RGB Variations
Color information
#A2D93B (or 0xA2D93B) is known color: Atlantis. HEX triplet: A2, D9 and 3B. RGB value is (162,217,59). Sum of RGB (Red+Green+Blue) = 162+217+59=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D93B is #5D26C4. Grayscale: #B7B7B7. Windows color (decimal): -6104773 or 3922338. OLE color: 3922338.
HSL color Cylindrical-coordinate representation of color #A2D93B: hue angle of 80.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2D93B is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 59 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.15 |
| HSL | 80.89º | 0.68% | 0.54% | - |
| HSV(B) | 80.89º | 0.73% | 0.85% | - |
| XYZ | 40.5 | 57.62 | 13.13 | - |
| YUV | 182.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 59 | 0.25 | 0 | 0.73 | 0.15 | 80.89 | 0.68 | 0.54 |
| Hex | A2 | D9 | 3B | 19 | 0 | 49 | F | 51 | 44 | 36 |
| Octal | 242 | 331 | 73 | 31 | 0 | 111 | 17 | 121 | 104 | 66 |
| Binary | 10100010 | 11011001 | 111011 | 11001 | 0 | 1001001 | 1111 | 1010001 | 1000100 | 110110 |
Color Harmonies of #A2D93B
Complementary color
Monochromatic Colors of #A2D93B
Black with #A2D93B
Text Example
Text Example
White with #A2D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D93B; }
p { color: rgb(162,217,59); }
H1.HeaderClassName
{
color: #A2D93B;
}
.AnyTagClassName
{
color: #A2D93B;
}
</style>
background-color css
<style>
a { background-color: #A2D93B; }
a { background-color: rgb(162,217,59); }
div.DivClassName
{
background-color: #A2D93B;
}
.BgClassName
{
background-color: #A2D93B;
}
</style>
border-color css
<style>
span { border-color: #A2D93B; }
span { border-color: rgb(162,217,59); }
td.TdClassName
{
border-color: #A2D93B;
}
.TagClassName
{
border-color: #A2D93B;
}
</style>