Shades of Atlantis #A6DB31
Tints of Atlantis #A6DB31
RGB
CMYK
RGB Variations
Color information
#A6DB31 (or 0xA6DB31) is known color: Atlantis. HEX triplet: A6, DB and 31. RGB value is (166,219,49). Sum of RGB (Red+Green+Blue) = 166+219+49=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB31 is #5924CE. Grayscale: #B8B8B8. Windows color (decimal): -5842127 or 3267494. OLE color: 3267494.
HSL color Cylindrical-coordinate representation of color #A6DB31: hue angle of 78.71º 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 #A6DB31 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.14 |
| HSL | 78.71º | 0.7% | 0.53% | - |
| HSV(B) | 78.71º | 0.78% | 0.86% | - |
| XYZ | 41.61 | 58.99 | 12.1 | - |
| YUV | 183.77 | 51.94 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 49 | 0.24 | 0 | 0.78 | 0.14 | 78.71 | 0.7 | 0.53 |
| Hex | A6 | DB | 31 | 18 | 0 | 4E | E | 4F | 46 | 35 |
| Octal | 246 | 333 | 61 | 30 | 0 | 116 | 16 | 117 | 106 | 65 |
| Binary | 10100110 | 11011011 | 110001 | 11000 | 0 | 1001110 | 1110 | 1001111 | 1000110 | 110101 |
Color Harmonies of #A6DB31
Complementary color
Monochromatic Colors of #A6DB31
Black with #A6DB31
Text Example
Text Example
White with #A6DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB31; }
p { color: rgb(166,219,49); }
H1.HeaderClassName
{
color: #A6DB31;
}
.AnyTagClassName
{
color: #A6DB31;
}
</style>
background-color css
<style>
a { background-color: #A6DB31; }
a { background-color: rgb(166,219,49); }
div.DivClassName
{
background-color: #A6DB31;
}
.BgClassName
{
background-color: #A6DB31;
}
</style>
border-color css
<style>
span { border-color: #A6DB31; }
span { border-color: rgb(166,219,49); }
td.TdClassName
{
border-color: #A6DB31;
}
.TagClassName
{
border-color: #A6DB31;
}
</style>