Shades of Atlantis #A7DD40
Tints of Atlantis #A7DD40
RGB
CMYK
RGB Variations
Color information
#A7DD40 (or 0xA7DD40) is known color: Atlantis. HEX triplet: A7, DD and 40. RGB value is (167,221,64). Sum of RGB (Red+Green+Blue) = 167+221+64=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DD40 is #5822BF. Grayscale: #BBBBBB. Windows color (decimal): -5776064 or 4251047. OLE color: 4251047.
HSL color Cylindrical-coordinate representation of color #A7DD40: hue angle of 80.64º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7DD40 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 64 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.13 |
| HSL | 80.64º | 0.7% | 0.56% | - |
| HSV(B) | 80.64º | 0.71% | 0.87% | - |
| XYZ | 42.72 | 60.3 | 14.24 | - |
| YUV | 186.96 | 58.61 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 64 | 0.24 | 0 | 0.71 | 0.13 | 80.64 | 0.7 | 0.56 |
| Hex | A7 | DD | 40 | 18 | 0 | 47 | D | 51 | 46 | 38 |
| Octal | 247 | 335 | 100 | 30 | 0 | 107 | 15 | 121 | 106 | 70 |
| Binary | 10100111 | 11011101 | 1000000 | 11000 | 0 | 1000111 | 1101 | 1010001 | 1000110 | 111000 |
Color Harmonies of #A7DD40
Complementary color
Monochromatic Colors of #A7DD40
Black with #A7DD40
Text Example
Text Example
White with #A7DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DD40; }
p { color: rgb(167,221,64); }
H1.HeaderClassName
{
color: #A7DD40;
}
.AnyTagClassName
{
color: #A7DD40;
}
</style>
background-color css
<style>
a { background-color: #A7DD40; }
a { background-color: rgb(167,221,64); }
div.DivClassName
{
background-color: #A7DD40;
}
.BgClassName
{
background-color: #A7DD40;
}
</style>
border-color css
<style>
span { border-color: #A7DD40; }
span { border-color: rgb(167,221,64); }
td.TdClassName
{
border-color: #A7DD40;
}
.TagClassName
{
border-color: #A7DD40;
}
</style>