Shades of Atlantis #A1DF37
Tints of Atlantis #A1DF37
RGB
CMYK
RGB Variations
Color information
#A1DF37 (or 0xA1DF37) is known color: Atlantis. HEX triplet: A1, DF and 37. RGB value is (161,223,55). Sum of RGB (Red+Green+Blue) = 161+223+55=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DF37 is #5E20C8. Grayscale: #B9B9B9. Windows color (decimal): -6168777 or 3661729. OLE color: 3661729.
HSL color Cylindrical-coordinate representation of color #A1DF37: hue angle of 82.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1DF37 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 55 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.13 |
| HSL | 82.14º | 0.72% | 0.55% | - |
| HSV(B) | 82.14º | 0.75% | 0.87% | - |
| XYZ | 41.78 | 60.63 | 13.12 | - |
| YUV | 185.31 | 54.46 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 55 | 0.28 | 0 | 0.75 | 0.13 | 82.14 | 0.72 | 0.55 |
| Hex | A1 | DF | 37 | 1C | 0 | 4B | D | 52 | 48 | 37 |
| Octal | 241 | 337 | 67 | 34 | 0 | 113 | 15 | 122 | 110 | 67 |
| Binary | 10100001 | 11011111 | 110111 | 11100 | 0 | 1001011 | 1101 | 1010010 | 1001000 | 110111 |
Color Harmonies of #A1DF37
Complementary color
Monochromatic Colors of #A1DF37
Black with #A1DF37
Text Example
Text Example
White with #A1DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF37; }
p { color: rgb(161,223,55); }
H1.HeaderClassName
{
color: #A1DF37;
}
.AnyTagClassName
{
color: #A1DF37;
}
</style>
background-color css
<style>
a { background-color: #A1DF37; }
a { background-color: rgb(161,223,55); }
div.DivClassName
{
background-color: #A1DF37;
}
.BgClassName
{
background-color: #A1DF37;
}
</style>
border-color css
<style>
span { border-color: #A1DF37; }
span { border-color: rgb(161,223,55); }
td.TdClassName
{
border-color: #A1DF37;
}
.TagClassName
{
border-color: #A1DF37;
}
</style>