Shades of Atlantis #A1D637
Tints of Atlantis #A1D637
RGB
CMYK
RGB Variations
Color information
#A1D637 (or 0xA1D637) is known color: Atlantis. HEX triplet: A1, D6 and 37. RGB value is (161,214,55). Sum of RGB (Red+Green+Blue) = 161+214+55=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D637 is #5E29C8. Grayscale: #B4B4B4. Windows color (decimal): -6171081 or 3659425. OLE color: 3659425.
HSL color Cylindrical-coordinate representation of color #A1D637: hue angle of 80º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1D637 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 55 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.16 |
| HSL | 80º | 0.66% | 0.53% | - |
| HSV(B) | 80º | 0.74% | 0.84% | - |
| XYZ | 39.43 | 55.95 | 12.33 | - |
| YUV | 180.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 55 | 0.25 | 0 | 0.74 | 0.16 | 80 | 0.66 | 0.53 |
| Hex | A1 | D6 | 37 | 19 | 0 | 4A | 10 | 50 | 42 | 35 |
| Octal | 241 | 326 | 67 | 31 | 0 | 112 | 20 | 120 | 102 | 65 |
| Binary | 10100001 | 11010110 | 110111 | 11001 | 0 | 1001010 | 10000 | 1010000 | 1000010 | 110101 |
Color Harmonies of #A1D637
Complementary color
Monochromatic Colors of #A1D637
Black with #A1D637
Text Example
Text Example
White with #A1D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D637; }
p { color: rgb(161,214,55); }
H1.HeaderClassName
{
color: #A1D637;
}
.AnyTagClassName
{
color: #A1D637;
}
</style>
background-color css
<style>
a { background-color: #A1D637; }
a { background-color: rgb(161,214,55); }
div.DivClassName
{
background-color: #A1D637;
}
.BgClassName
{
background-color: #A1D637;
}
</style>
border-color css
<style>
span { border-color: #A1D637; }
span { border-color: rgb(161,214,55); }
td.TdClassName
{
border-color: #A1D637;
}
.TagClassName
{
border-color: #A1D637;
}
</style>