Shades of Atlantis #A2D238
Tints of Atlantis #A2D238
RGB
CMYK
RGB Variations
Color information
#A2D238 (or 0xA2D238) is known color: Atlantis. HEX triplet: A2, D2 and 38. RGB value is (162,210,56). Sum of RGB (Red+Green+Blue) = 162+210+56=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D238 is #5D2DC7. Grayscale: #B2B2B2. Windows color (decimal): -6106568 or 3723938. OLE color: 3723938.
HSL color Cylindrical-coordinate representation of color #A2D238: hue angle of 78.7º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2D238 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 56 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.18 |
| HSL | 78.7º | 0.63% | 0.52% | - |
| HSV(B) | 78.7º | 0.73% | 0.82% | - |
| XYZ | 38.66 | 54.06 | 12.14 | - |
| YUV | 178.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 56 | 0.23 | 0 | 0.73 | 0.18 | 78.7 | 0.63 | 0.52 |
| Hex | A2 | D2 | 38 | 17 | 0 | 49 | 12 | 4F | 3F | 34 |
| Octal | 242 | 322 | 70 | 27 | 0 | 111 | 22 | 117 | 77 | 64 |
| Binary | 10100010 | 11010010 | 111000 | 10111 | 0 | 1001001 | 10010 | 1001111 | 111111 | 110100 |
Color Harmonies of #A2D238
Complementary color
Monochromatic Colors of #A2D238
Black with #A2D238
Text Example
Text Example
White with #A2D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D238; }
p { color: rgb(162,210,56); }
H1.HeaderClassName
{
color: #A2D238;
}
.AnyTagClassName
{
color: #A2D238;
}
</style>
background-color css
<style>
a { background-color: #A2D238; }
a { background-color: rgb(162,210,56); }
div.DivClassName
{
background-color: #A2D238;
}
.BgClassName
{
background-color: #A2D238;
}
</style>
border-color css
<style>
span { border-color: #A2D238; }
span { border-color: rgb(162,210,56); }
td.TdClassName
{
border-color: #A2D238;
}
.TagClassName
{
border-color: #A2D238;
}
</style>