Shades of Atlantis #A7DB36
Tints of Atlantis #A7DB36
RGB
CMYK
RGB Variations
Color information
#A7DB36 (or 0xA7DB36) is known color: Atlantis. HEX triplet: A7, DB and 36. RGB value is (167,219,54). Sum of RGB (Red+Green+Blue) = 167+219+54=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DB36 is #5824C9. Grayscale: #B9B9B9. Windows color (decimal): -5776586 or 3595175. OLE color: 3595175.
HSL color Cylindrical-coordinate representation of color #A7DB36: hue angle of 78.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7DB36 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 54 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.14 |
| HSL | 78.91º | 0.7% | 0.54% | - |
| HSV(B) | 78.91º | 0.75% | 0.86% | - |
| XYZ | 41.93 | 59.14 | 12.7 | - |
| YUV | 184.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 54 | 0.24 | 0 | 0.75 | 0.14 | 78.91 | 0.7 | 0.54 |
| Hex | A7 | DB | 36 | 18 | 0 | 4B | E | 4F | 46 | 36 |
| Octal | 247 | 333 | 66 | 30 | 0 | 113 | 16 | 117 | 106 | 66 |
| Binary | 10100111 | 11011011 | 110110 | 11000 | 0 | 1001011 | 1110 | 1001111 | 1000110 | 110110 |
Color Harmonies of #A7DB36
Complementary color
Monochromatic Colors of #A7DB36
Black with #A7DB36
Text Example
Text Example
White with #A7DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB36; }
p { color: rgb(167,219,54); }
H1.HeaderClassName
{
color: #A7DB36;
}
.AnyTagClassName
{
color: #A7DB36;
}
</style>
background-color css
<style>
a { background-color: #A7DB36; }
a { background-color: rgb(167,219,54); }
div.DivClassName
{
background-color: #A7DB36;
}
.BgClassName
{
background-color: #A7DB36;
}
</style>
border-color css
<style>
span { border-color: #A7DB36; }
span { border-color: rgb(167,219,54); }
td.TdClassName
{
border-color: #A7DB36;
}
.TagClassName
{
border-color: #A7DB36;
}
</style>