Shades of Atlantis #A1D648
Tints of Atlantis #A1D648
RGB
CMYK
RGB Variations
Color information
#A1D648 (or 0xA1D648) is known color: Atlantis. HEX triplet: A1, D6 and 48. RGB value is (161,214,72). Sum of RGB (Red+Green+Blue) = 161+214+72=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D648 is #5E29B7. Grayscale: #B6B6B6. Windows color (decimal): -6171064 or 4773537. OLE color: 4773537.
HSL color Cylindrical-coordinate representation of color #A1D648: hue angle of 82.39º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1D648 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 72 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.16 |
| HSL | 82.39º | 0.63% | 0.56% | - |
| HSV(B) | 82.39º | 0.66% | 0.84% | - |
| XYZ | 39.91 | 56.14 | 14.86 | - |
| YUV | 181.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 72 | 0.25 | 0 | 0.66 | 0.16 | 82.39 | 0.63 | 0.56 |
| Hex | A1 | D6 | 48 | 19 | 0 | 42 | 10 | 52 | 3F | 38 |
| Octal | 241 | 326 | 110 | 31 | 0 | 102 | 20 | 122 | 77 | 70 |
| Binary | 10100001 | 11010110 | 1001000 | 11001 | 0 | 1000010 | 10000 | 1010010 | 111111 | 111000 |
Color Harmonies of #A1D648
Complementary color
Monochromatic Colors of #A1D648
Black with #A1D648
Text Example
Text Example
White with #A1D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D648; }
p { color: rgb(161,214,72); }
H1.HeaderClassName
{
color: #A1D648;
}
.AnyTagClassName
{
color: #A1D648;
}
</style>
background-color css
<style>
a { background-color: #A1D648; }
a { background-color: rgb(161,214,72); }
div.DivClassName
{
background-color: #A1D648;
}
.BgClassName
{
background-color: #A1D648;
}
</style>
border-color css
<style>
span { border-color: #A1D648; }
span { border-color: rgb(161,214,72); }
td.TdClassName
{
border-color: #A1D648;
}
.TagClassName
{
border-color: #A1D648;
}
</style>