Shades of Atlantis #A2DD3E
Tints of Atlantis #A2DD3E
RGB
CMYK
RGB Variations
Color information
#A2DD3E (or 0xA2DD3E) is known color: Atlantis. HEX triplet: A2, DD and 3E. RGB value is (162,221,62). Sum of RGB (Red+Green+Blue) = 162+221+62=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD3E is #5D22C1. Grayscale: #B9B9B9. Windows color (decimal): -6103746 or 4119970. OLE color: 4119970.
HSL color Cylindrical-coordinate representation of color #A2DD3E: hue angle of 82.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2DD3E is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 62 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.13 |
| HSL | 82.26º | 0.7% | 0.55% | - |
| HSV(B) | 82.26º | 0.72% | 0.87% | - |
| XYZ | 41.63 | 59.74 | 13.89 | - |
| YUV | 185.23 | 58.45 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 62 | 0.27 | 0 | 0.72 | 0.13 | 82.26 | 0.7 | 0.55 |
| Hex | A2 | DD | 3E | 1B | 0 | 48 | D | 52 | 46 | 37 |
| Octal | 242 | 335 | 76 | 33 | 0 | 110 | 15 | 122 | 106 | 67 |
| Binary | 10100010 | 11011101 | 111110 | 11011 | 0 | 1001000 | 1101 | 1010010 | 1000110 | 110111 |
Color Harmonies of #A2DD3E
Complementary color
Monochromatic Colors of #A2DD3E
Black with #A2DD3E
Text Example
Text Example
White with #A2DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD3E; }
p { color: rgb(162,221,62); }
H1.HeaderClassName
{
color: #A2DD3E;
}
.AnyTagClassName
{
color: #A2DD3E;
}
</style>
background-color css
<style>
a { background-color: #A2DD3E; }
a { background-color: rgb(162,221,62); }
div.DivClassName
{
background-color: #A2DD3E;
}
.BgClassName
{
background-color: #A2DD3E;
}
</style>
border-color css
<style>
span { border-color: #A2DD3E; }
span { border-color: rgb(162,221,62); }
td.TdClassName
{
border-color: #A2DD3E;
}
.TagClassName
{
border-color: #A2DD3E;
}
</style>