Shades of Atlantis #A2D04B
Tints of Atlantis #A2D04B
RGB
CMYK
RGB Variations
Color information
#A2D04B (or 0xA2D04B) is known color: Atlantis. HEX triplet: A2, D0 and 4B. RGB value is (162,208,75). Sum of RGB (Red+Green+Blue) = 162+208+75=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D04B is #5D2FB4. Grayscale: #B3B3B3. Windows color (decimal): -6107061 or 4968610. OLE color: 4968610.
HSL color Cylindrical-coordinate representation of color #A2D04B: hue angle of 80.75º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2D04B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 75 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.18 |
| HSL | 80.75º | 0.59% | 0.55% | - |
| HSV(B) | 80.75º | 0.64% | 0.82% | - |
| XYZ | 38.73 | 53.3 | 14.9 | - |
| YUV | 179.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 75 | 0.22 | 0 | 0.64 | 0.18 | 80.75 | 0.59 | 0.55 |
| Hex | A2 | D0 | 4B | 16 | 0 | 40 | 12 | 51 | 3B | 37 |
| Octal | 242 | 320 | 113 | 26 | 0 | 100 | 22 | 121 | 73 | 67 |
| Binary | 10100010 | 11010000 | 1001011 | 10110 | 0 | 1000000 | 10010 | 1010001 | 111011 | 110111 |
Color Harmonies of #A2D04B
Complementary color
Monochromatic Colors of #A2D04B
Black with #A2D04B
Text Example
Text Example
White with #A2D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D04B; }
p { color: rgb(162,208,75); }
H1.HeaderClassName
{
color: #A2D04B;
}
.AnyTagClassName
{
color: #A2D04B;
}
</style>
background-color css
<style>
a { background-color: #A2D04B; }
a { background-color: rgb(162,208,75); }
div.DivClassName
{
background-color: #A2D04B;
}
.BgClassName
{
background-color: #A2D04B;
}
</style>
border-color css
<style>
span { border-color: #A2D04B; }
span { border-color: rgb(162,208,75); }
td.TdClassName
{
border-color: #A2D04B;
}
.TagClassName
{
border-color: #A2D04B;
}
</style>