Shades of Atlantis #A6DF31
Tints of Atlantis #A6DF31
RGB
CMYK
RGB Variations
Color information
#A6DF31 (or 0xA6DF31) is known color: Atlantis. HEX triplet: A6, DF and 31. RGB value is (166,223,49). Sum of RGB (Red+Green+Blue) = 166+223+49=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF31 is #5920CE. Grayscale: #BABABA. Windows color (decimal): -5841103 or 3268518. OLE color: 3268518.
HSL color Cylindrical-coordinate representation of color #A6DF31: hue angle of 79.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6DF31 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 49 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.13 |
| HSL | 79.66º | 0.73% | 0.53% | - |
| HSV(B) | 79.66º | 0.78% | 0.87% | - |
| XYZ | 42.67 | 61.1 | 12.45 | - |
| YUV | 186.12 | 50.62 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 49 | 0.26 | 0 | 0.78 | 0.13 | 79.66 | 0.73 | 0.53 |
| Hex | A6 | DF | 31 | 1A | 0 | 4E | D | 50 | 49 | 35 |
| Octal | 246 | 337 | 61 | 32 | 0 | 116 | 15 | 120 | 111 | 65 |
| Binary | 10100110 | 11011111 | 110001 | 11010 | 0 | 1001110 | 1101 | 1010000 | 1001001 | 110101 |
Color Harmonies of #A6DF31
Complementary color
Monochromatic Colors of #A6DF31
Black with #A6DF31
Text Example
Text Example
White with #A6DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF31; }
p { color: rgb(166,223,49); }
H1.HeaderClassName
{
color: #A6DF31;
}
.AnyTagClassName
{
color: #A6DF31;
}
</style>
background-color css
<style>
a { background-color: #A6DF31; }
a { background-color: rgb(166,223,49); }
div.DivClassName
{
background-color: #A6DF31;
}
.BgClassName
{
background-color: #A6DF31;
}
</style>
border-color css
<style>
span { border-color: #A6DF31; }
span { border-color: rgb(166,223,49); }
td.TdClassName
{
border-color: #A6DF31;
}
.TagClassName
{
border-color: #A6DF31;
}
</style>