Shades of Atlantis #A1DC31
Tints of Atlantis #A1DC31
RGB
CMYK
RGB Variations
Color information
#A1DC31 (or 0xA1DC31) is known color: Atlantis. HEX triplet: A1, DC and 31. RGB value is (161,220,49). Sum of RGB (Red+Green+Blue) = 161+220+49=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DC31 is #5E23CE. Grayscale: #B7B7B7. Windows color (decimal): -6169551 or 3267745. OLE color: 3267745.
HSL color Cylindrical-coordinate representation of color #A1DC31: hue angle of 80.7º 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 #A1DC31 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.14 |
| HSL | 80.7º | 0.71% | 0.53% | - |
| HSV(B) | 80.7º | 0.78% | 0.86% | - |
| XYZ | 40.85 | 58.99 | 12.14 | - |
| YUV | 182.87 | 52.45 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 49 | 0.27 | 0 | 0.78 | 0.14 | 80.7 | 0.71 | 0.53 |
| Hex | A1 | DC | 31 | 1B | 0 | 4E | E | 51 | 47 | 35 |
| Octal | 241 | 334 | 61 | 33 | 0 | 116 | 16 | 121 | 107 | 65 |
| Binary | 10100001 | 11011100 | 110001 | 11011 | 0 | 1001110 | 1110 | 1010001 | 1000111 | 110101 |
Color Harmonies of #A1DC31
Complementary color
Monochromatic Colors of #A1DC31
Black with #A1DC31
Text Example
Text Example
White with #A1DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC31; }
p { color: rgb(161,220,49); }
H1.HeaderClassName
{
color: #A1DC31;
}
.AnyTagClassName
{
color: #A1DC31;
}
</style>
background-color css
<style>
a { background-color: #A1DC31; }
a { background-color: rgb(161,220,49); }
div.DivClassName
{
background-color: #A1DC31;
}
.BgClassName
{
background-color: #A1DC31;
}
</style>
border-color css
<style>
span { border-color: #A1DC31; }
span { border-color: rgb(161,220,49); }
td.TdClassName
{
border-color: #A1DC31;
}
.TagClassName
{
border-color: #A1DC31;
}
</style>