Shades of Atlantis #A7DB38
Tints of Atlantis #A7DB38
RGB
CMYK
RGB Variations
Color information
#A7DB38 (or 0xA7DB38) is known color: Atlantis. HEX triplet: A7, DB and 38. RGB value is (167,219,56). Sum of RGB (Red+Green+Blue) = 167+219+56=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DB38 is #5824C7. Grayscale: #B9B9B9. Windows color (decimal): -5776584 or 3726247. OLE color: 3726247.
HSL color Cylindrical-coordinate representation of color #A7DB38: hue angle of 79.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7DB38 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 56 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.14 |
| HSL | 79.14º | 0.69% | 0.54% | - |
| HSV(B) | 79.14º | 0.74% | 0.86% | - |
| XYZ | 41.98 | 59.16 | 12.95 | - |
| YUV | 184.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 56 | 0.24 | 0 | 0.74 | 0.14 | 79.14 | 0.69 | 0.54 |
| Hex | A7 | DB | 38 | 18 | 0 | 4A | E | 4F | 45 | 36 |
| Octal | 247 | 333 | 70 | 30 | 0 | 112 | 16 | 117 | 105 | 66 |
| Binary | 10100111 | 11011011 | 111000 | 11000 | 0 | 1001010 | 1110 | 1001111 | 1000101 | 110110 |
Color Harmonies of #A7DB38
Complementary color
Monochromatic Colors of #A7DB38
Black with #A7DB38
Text Example
Text Example
White with #A7DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB38; }
p { color: rgb(167,219,56); }
H1.HeaderClassName
{
color: #A7DB38;
}
.AnyTagClassName
{
color: #A7DB38;
}
</style>
background-color css
<style>
a { background-color: #A7DB38; }
a { background-color: rgb(167,219,56); }
div.DivClassName
{
background-color: #A7DB38;
}
.BgClassName
{
background-color: #A7DB38;
}
</style>
border-color css
<style>
span { border-color: #A7DB38; }
span { border-color: rgb(167,219,56); }
td.TdClassName
{
border-color: #A7DB38;
}
.TagClassName
{
border-color: #A7DB38;
}
</style>