Shades of Atlantis #A7DB31
Tints of Atlantis #A7DB31
RGB
CMYK
RGB Variations
Color information
#A7DB31 (or 0xA7DB31) is known color: Atlantis. HEX triplet: A7, DB and 31. RGB value is (167,219,49). Sum of RGB (Red+Green+Blue) = 167+219+49=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DB31 is #5824CE. Grayscale: #B8B8B8. Windows color (decimal): -5776591 or 3267495. OLE color: 3267495.
HSL color Cylindrical-coordinate representation of color #A7DB31: hue angle of 78.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7DB31 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.14 |
| HSL | 78.35º | 0.7% | 0.53% | - |
| HSV(B) | 78.35º | 0.78% | 0.86% | - |
| XYZ | 41.82 | 59.1 | 12.11 | - |
| YUV | 184.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 49 | 0.24 | 0 | 0.78 | 0.14 | 78.35 | 0.7 | 0.53 |
| Hex | A7 | DB | 31 | 18 | 0 | 4E | E | 4E | 46 | 35 |
| Octal | 247 | 333 | 61 | 30 | 0 | 116 | 16 | 116 | 106 | 65 |
| Binary | 10100111 | 11011011 | 110001 | 11000 | 0 | 1001110 | 1110 | 1001110 | 1000110 | 110101 |
Color Harmonies of #A7DB31
Complementary color
Monochromatic Colors of #A7DB31
Black with #A7DB31
Text Example
Text Example
White with #A7DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB31; }
p { color: rgb(167,219,49); }
H1.HeaderClassName
{
color: #A7DB31;
}
.AnyTagClassName
{
color: #A7DB31;
}
</style>
background-color css
<style>
a { background-color: #A7DB31; }
a { background-color: rgb(167,219,49); }
div.DivClassName
{
background-color: #A7DB31;
}
.BgClassName
{
background-color: #A7DB31;
}
</style>
border-color css
<style>
span { border-color: #A7DB31; }
span { border-color: rgb(167,219,49); }
td.TdClassName
{
border-color: #A7DB31;
}
.TagClassName
{
border-color: #A7DB31;
}
</style>