Shades of Atlantis #A2DF32
Tints of Atlantis #A2DF32
RGB
CMYK
RGB Variations
Color information
#A2DF32 (or 0xA2DF32) is known color: Atlantis. HEX triplet: A2, DF and 32. RGB value is (162,223,50). Sum of RGB (Red+Green+Blue) = 162+223+50=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DF32 is #5D20CD. Grayscale: #B9B9B9. Windows color (decimal): -6103246 or 3334050. OLE color: 3334050.
HSL color Cylindrical-coordinate representation of color #A2DF32: hue angle of 81.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2DF32 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 50 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.13 |
| HSL | 81.16º | 0.73% | 0.54% | - |
| HSV(B) | 81.16º | 0.78% | 0.87% | - |
| XYZ | 41.86 | 60.69 | 12.52 | - |
| YUV | 185.04 | 51.79 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 50 | 0.27 | 0 | 0.78 | 0.13 | 81.16 | 0.73 | 0.54 |
| Hex | A2 | DF | 32 | 1B | 0 | 4E | D | 51 | 49 | 36 |
| Octal | 242 | 337 | 62 | 33 | 0 | 116 | 15 | 121 | 111 | 66 |
| Binary | 10100010 | 11011111 | 110010 | 11011 | 0 | 1001110 | 1101 | 1010001 | 1001001 | 110110 |
Color Harmonies of #A2DF32
Complementary color
Monochromatic Colors of #A2DF32
Black with #A2DF32
Text Example
Text Example
White with #A2DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF32; }
p { color: rgb(162,223,50); }
H1.HeaderClassName
{
color: #A2DF32;
}
.AnyTagClassName
{
color: #A2DF32;
}
</style>
background-color css
<style>
a { background-color: #A2DF32; }
a { background-color: rgb(162,223,50); }
div.DivClassName
{
background-color: #A2DF32;
}
.BgClassName
{
background-color: #A2DF32;
}
</style>
border-color css
<style>
span { border-color: #A2DF32; }
span { border-color: rgb(162,223,50); }
td.TdClassName
{
border-color: #A2DF32;
}
.TagClassName
{
border-color: #A2DF32;
}
</style>