Shades of Atlantis #A2D83C
Tints of Atlantis #A2D83C
RGB
CMYK
RGB Variations
Color information
#A2D83C (or 0xA2D83C) is known color: Atlantis. HEX triplet: A2, D8 and 3C. RGB value is (162,216,60). Sum of RGB (Red+Green+Blue) = 162+216+60=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D83C is #5D27C3. Grayscale: #B6B6B6. Windows color (decimal): -6105028 or 3987618. OLE color: 3987618.
HSL color Cylindrical-coordinate representation of color #A2D83C: hue angle of 80.77º 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 #A2D83C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 60 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.15 |
| HSL | 80.77º | 0.67% | 0.54% | - |
| HSV(B) | 80.77º | 0.72% | 0.85% | - |
| XYZ | 40.27 | 57.12 | 13.18 | - |
| YUV | 182.07 | 59.11 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 60 | 0.25 | 0 | 0.72 | 0.15 | 80.77 | 0.67 | 0.54 |
| Hex | A2 | D8 | 3C | 19 | 0 | 48 | F | 51 | 43 | 36 |
| Octal | 242 | 330 | 74 | 31 | 0 | 110 | 17 | 121 | 103 | 66 |
| Binary | 10100010 | 11011000 | 111100 | 11001 | 0 | 1001000 | 1111 | 1010001 | 1000011 | 110110 |
Color Harmonies of #A2D83C
Complementary color
Monochromatic Colors of #A2D83C
Black with #A2D83C
Text Example
Text Example
White with #A2D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D83C; }
p { color: rgb(162,216,60); }
H1.HeaderClassName
{
color: #A2D83C;
}
.AnyTagClassName
{
color: #A2D83C;
}
</style>
background-color css
<style>
a { background-color: #A2D83C; }
a { background-color: rgb(162,216,60); }
div.DivClassName
{
background-color: #A2D83C;
}
.BgClassName
{
background-color: #A2D83C;
}
</style>
border-color css
<style>
span { border-color: #A2D83C; }
span { border-color: rgb(162,216,60); }
td.TdClassName
{
border-color: #A2D83C;
}
.TagClassName
{
border-color: #A2D83C;
}
</style>