Shades of Atlantis #A1D64C
Tints of Atlantis #A1D64C
RGB
CMYK
RGB Variations
Color information
#A1D64C (or 0xA1D64C) is known color: Atlantis. HEX triplet: A1, D6 and 4C. RGB value is (161,214,76). Sum of RGB (Red+Green+Blue) = 161+214+76=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D64C is #5E29B3. Grayscale: #B6B6B6. Windows color (decimal): -6171060 or 5035681. OLE color: 5035681.
HSL color Cylindrical-coordinate representation of color #A1D64C: hue angle of 83.04º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1D64C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 76 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.16 |
| HSL | 83.04º | 0.63% | 0.57% | - |
| HSV(B) | 83.04º | 0.64% | 0.84% | - |
| XYZ | 40.05 | 56.19 | 15.57 | - |
| YUV | 182.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 76 | 0.25 | 0 | 0.64 | 0.16 | 83.04 | 0.63 | 0.57 |
| Hex | A1 | D6 | 4C | 19 | 0 | 40 | 10 | 53 | 3F | 39 |
| Octal | 241 | 326 | 114 | 31 | 0 | 100 | 20 | 123 | 77 | 71 |
| Binary | 10100001 | 11010110 | 1001100 | 11001 | 0 | 1000000 | 10000 | 1010011 | 111111 | 111001 |
Color Harmonies of #A1D64C
Complementary color
Monochromatic Colors of #A1D64C
Black with #A1D64C
Text Example
Text Example
White with #A1D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D64C; }
p { color: rgb(161,214,76); }
H1.HeaderClassName
{
color: #A1D64C;
}
.AnyTagClassName
{
color: #A1D64C;
}
</style>
background-color css
<style>
a { background-color: #A1D64C; }
a { background-color: rgb(161,214,76); }
div.DivClassName
{
background-color: #A1D64C;
}
.BgClassName
{
background-color: #A1D64C;
}
</style>
border-color css
<style>
span { border-color: #A1D64C; }
span { border-color: rgb(161,214,76); }
td.TdClassName
{
border-color: #A1D64C;
}
.TagClassName
{
border-color: #A1D64C;
}
</style>