Shades of Atlantis #A2D93C
Tints of Atlantis #A2D93C
RGB
CMYK
RGB Variations
Color information
#A2D93C (or 0xA2D93C) is known color: Atlantis. HEX triplet: A2, D9 and 3C. RGB value is (162,217,60). Sum of RGB (Red+Green+Blue) = 162+217+60=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D93C is #5D26C3. Grayscale: #B7B7B7. Windows color (decimal): -6104772 or 3987874. OLE color: 3987874.
HSL color Cylindrical-coordinate representation of color #A2D93C: hue angle of 81.02º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2D93C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 60 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.15 |
| HSL | 81.02º | 0.67% | 0.54% | - |
| HSV(B) | 81.02º | 0.72% | 0.85% | - |
| XYZ | 40.53 | 57.63 | 13.26 | - |
| YUV | 182.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 60 | 0.25 | 0 | 0.72 | 0.15 | 81.02 | 0.67 | 0.54 |
| Hex | A2 | D9 | 3C | 19 | 0 | 48 | F | 51 | 43 | 36 |
| Octal | 242 | 331 | 74 | 31 | 0 | 110 | 17 | 121 | 103 | 66 |
| Binary | 10100010 | 11011001 | 111100 | 11001 | 0 | 1001000 | 1111 | 1010001 | 1000011 | 110110 |
Color Harmonies of #A2D93C
Complementary color
Monochromatic Colors of #A2D93C
Black with #A2D93C
Text Example
Text Example
White with #A2D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D93C; }
p { color: rgb(162,217,60); }
H1.HeaderClassName
{
color: #A2D93C;
}
.AnyTagClassName
{
color: #A2D93C;
}
</style>
background-color css
<style>
a { background-color: #A2D93C; }
a { background-color: rgb(162,217,60); }
div.DivClassName
{
background-color: #A2D93C;
}
.BgClassName
{
background-color: #A2D93C;
}
</style>
border-color css
<style>
span { border-color: #A2D93C; }
span { border-color: rgb(162,217,60); }
td.TdClassName
{
border-color: #A2D93C;
}
.TagClassName
{
border-color: #A2D93C;
}
</style>