Shades of Atlantis #A7DE32
Tints of Atlantis #A7DE32
RGB
CMYK
RGB Variations
Color information
#A7DE32 (or 0xA7DE32) is known color: Atlantis. HEX triplet: A7, DE and 32. RGB value is (167,222,50). Sum of RGB (Red+Green+Blue) = 167+222+50=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DE32 is #5821CD. Grayscale: #BABABA. Windows color (decimal): -5775822 or 3333799. OLE color: 3333799.
HSL color Cylindrical-coordinate representation of color #A7DE32: hue angle of 79.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7DE32 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 50 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.13 |
| HSL | 79.19º | 0.72% | 0.53% | - |
| HSV(B) | 79.19º | 0.77% | 0.87% | - |
| XYZ | 42.63 | 60.69 | 12.48 | - |
| YUV | 185.95 | 51.28 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 50 | 0.25 | 0 | 0.77 | 0.13 | 79.19 | 0.72 | 0.53 |
| Hex | A7 | DE | 32 | 19 | 0 | 4D | D | 4F | 48 | 35 |
| Octal | 247 | 336 | 62 | 31 | 0 | 115 | 15 | 117 | 110 | 65 |
| Binary | 10100111 | 11011110 | 110010 | 11001 | 0 | 1001101 | 1101 | 1001111 | 1001000 | 110101 |
Color Harmonies of #A7DE32
Complementary color
Monochromatic Colors of #A7DE32
Black with #A7DE32
Text Example
Text Example
White with #A7DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DE32; }
p { color: rgb(167,222,50); }
H1.HeaderClassName
{
color: #A7DE32;
}
.AnyTagClassName
{
color: #A7DE32;
}
</style>
background-color css
<style>
a { background-color: #A7DE32; }
a { background-color: rgb(167,222,50); }
div.DivClassName
{
background-color: #A7DE32;
}
.BgClassName
{
background-color: #A7DE32;
}
</style>
border-color css
<style>
span { border-color: #A7DE32; }
span { border-color: rgb(167,222,50); }
td.TdClassName
{
border-color: #A7DE32;
}
.TagClassName
{
border-color: #A7DE32;
}
</style>