Shades of Atlantis #A2D23B
Tints of Atlantis #A2D23B
RGB
CMYK
RGB Variations
Color information
#A2D23B (or 0xA2D23B) is known color: Atlantis. HEX triplet: A2, D2 and 3B. RGB value is (162,210,59). Sum of RGB (Red+Green+Blue) = 162+210+59=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D23B is #5D2DC4. Grayscale: #B2B2B2. Windows color (decimal): -6106565 or 3920546. OLE color: 3920546.
HSL color Cylindrical-coordinate representation of color #A2D23B: hue angle of 79.07º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2D23B is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 59 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.18 |
| HSL | 79.07º | 0.63% | 0.53% | - |
| HSV(B) | 79.07º | 0.72% | 0.82% | - |
| XYZ | 38.74 | 54.09 | 12.54 | - |
| YUV | 178.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 59 | 0.23 | 0 | 0.72 | 0.18 | 79.07 | 0.63 | 0.53 |
| Hex | A2 | D2 | 3B | 17 | 0 | 48 | 12 | 4F | 3F | 35 |
| Octal | 242 | 322 | 73 | 27 | 0 | 110 | 22 | 117 | 77 | 65 |
| Binary | 10100010 | 11010010 | 111011 | 10111 | 0 | 1001000 | 10010 | 1001111 | 111111 | 110101 |
Color Harmonies of #A2D23B
Complementary color
Monochromatic Colors of #A2D23B
Black with #A2D23B
Text Example
Text Example
White with #A2D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D23B; }
p { color: rgb(162,210,59); }
H1.HeaderClassName
{
color: #A2D23B;
}
.AnyTagClassName
{
color: #A2D23B;
}
</style>
background-color css
<style>
a { background-color: #A2D23B; }
a { background-color: rgb(162,210,59); }
div.DivClassName
{
background-color: #A2D23B;
}
.BgClassName
{
background-color: #A2D23B;
}
</style>
border-color css
<style>
span { border-color: #A2D23B; }
span { border-color: rgb(162,210,59); }
td.TdClassName
{
border-color: #A2D23B;
}
.TagClassName
{
border-color: #A2D23B;
}
</style>