Shades of Atlantis #A6DC31
Tints of Atlantis #A6DC31
RGB
CMYK
RGB Variations
Color information
#A6DC31 (or 0xA6DC31) is known color: Atlantis. HEX triplet: A6, DC and 31. RGB value is (166,220,49). Sum of RGB (Red+Green+Blue) = 166+220+49=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC31 is #5923CE. Grayscale: #B8B8B8. Windows color (decimal): -5841871 or 3267750. OLE color: 3267750.
HSL color Cylindrical-coordinate representation of color #A6DC31: hue angle of 78.95º degrees, saturation: 0.71, 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 #A6DC31 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 49 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.14 |
| HSL | 78.95º | 0.71% | 0.53% | - |
| HSV(B) | 78.95º | 0.78% | 0.86% | - |
| XYZ | 41.87 | 59.52 | 12.19 | - |
| YUV | 184.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 49 | 0.25 | 0 | 0.78 | 0.14 | 78.95 | 0.71 | 0.53 |
| Hex | A6 | DC | 31 | 19 | 0 | 4E | E | 4F | 47 | 35 |
| Octal | 246 | 334 | 61 | 31 | 0 | 116 | 16 | 117 | 107 | 65 |
| Binary | 10100110 | 11011100 | 110001 | 11001 | 0 | 1001110 | 1110 | 1001111 | 1000111 | 110101 |
Color Harmonies of #A6DC31
Complementary color
Monochromatic Colors of #A6DC31
Black with #A6DC31
Text Example
Text Example
White with #A6DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC31; }
p { color: rgb(166,220,49); }
H1.HeaderClassName
{
color: #A6DC31;
}
.AnyTagClassName
{
color: #A6DC31;
}
</style>
background-color css
<style>
a { background-color: #A6DC31; }
a { background-color: rgb(166,220,49); }
div.DivClassName
{
background-color: #A6DC31;
}
.BgClassName
{
background-color: #A6DC31;
}
</style>
border-color css
<style>
span { border-color: #A6DC31; }
span { border-color: rgb(166,220,49); }
td.TdClassName
{
border-color: #A6DC31;
}
.TagClassName
{
border-color: #A6DC31;
}
</style>