Shades of Atlantis #A2D738
Tints of Atlantis #A2D738
RGB
CMYK
RGB Variations
Color information
#A2D738 (or 0xA2D738) is known color: Atlantis. HEX triplet: A2, D7 and 38. RGB value is (162,215,56). Sum of RGB (Red+Green+Blue) = 162+215+56=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D738 is #5D28C7. Grayscale: #B5B5B5. Windows color (decimal): -6105288 or 3725218. OLE color: 3725218.
HSL color Cylindrical-coordinate representation of color #A2D738: hue angle of 80º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2D738 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 56 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.16 |
| HSL | 80º | 0.67% | 0.53% | - |
| HSV(B) | 80º | 0.74% | 0.84% | - |
| XYZ | 39.91 | 56.57 | 12.56 | - |
| YUV | 181.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 56 | 0.25 | 0 | 0.74 | 0.16 | 80 | 0.67 | 0.53 |
| Hex | A2 | D7 | 38 | 19 | 0 | 4A | 10 | 50 | 43 | 35 |
| Octal | 242 | 327 | 70 | 31 | 0 | 112 | 20 | 120 | 103 | 65 |
| Binary | 10100010 | 11010111 | 111000 | 11001 | 0 | 1001010 | 10000 | 1010000 | 1000011 | 110101 |
Color Harmonies of #A2D738
Complementary color
Monochromatic Colors of #A2D738
Black with #A2D738
Text Example
Text Example
White with #A2D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D738; }
p { color: rgb(162,215,56); }
H1.HeaderClassName
{
color: #A2D738;
}
.AnyTagClassName
{
color: #A2D738;
}
</style>
background-color css
<style>
a { background-color: #A2D738; }
a { background-color: rgb(162,215,56); }
div.DivClassName
{
background-color: #A2D738;
}
.BgClassName
{
background-color: #A2D738;
}
</style>
border-color css
<style>
span { border-color: #A2D738; }
span { border-color: rgb(162,215,56); }
td.TdClassName
{
border-color: #A2D738;
}
.TagClassName
{
border-color: #A2D738;
}
</style>