Shades of Atlantis #A1D63B
Tints of Atlantis #A1D63B
RGB
CMYK
RGB Variations
Color information
#A1D63B (or 0xA1D63B) is known color: Atlantis. HEX triplet: A1, D6 and 3B. RGB value is (161,214,59). Sum of RGB (Red+Green+Blue) = 161+214+59=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D63B is #5E29C4. Grayscale: #B5B5B5. Windows color (decimal): -6171077 or 3921569. OLE color: 3921569.
HSL color Cylindrical-coordinate representation of color #A1D63B: hue angle of 80.52º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1D63B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 59 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.16 |
| HSL | 80.52º | 0.65% | 0.54% | - |
| HSV(B) | 80.52º | 0.72% | 0.84% | - |
| XYZ | 39.53 | 55.99 | 12.86 | - |
| YUV | 180.48 | 59.44 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 59 | 0.25 | 0 | 0.72 | 0.16 | 80.52 | 0.65 | 0.54 |
| Hex | A1 | D6 | 3B | 19 | 0 | 48 | 10 | 51 | 41 | 36 |
| Octal | 241 | 326 | 73 | 31 | 0 | 110 | 20 | 121 | 101 | 66 |
| Binary | 10100001 | 11010110 | 111011 | 11001 | 0 | 1001000 | 10000 | 1010001 | 1000001 | 110110 |
Color Harmonies of #A1D63B
Complementary color
Monochromatic Colors of #A1D63B
Black with #A1D63B
Text Example
Text Example
White with #A1D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D63B; }
p { color: rgb(161,214,59); }
H1.HeaderClassName
{
color: #A1D63B;
}
.AnyTagClassName
{
color: #A1D63B;
}
</style>
background-color css
<style>
a { background-color: #A1D63B; }
a { background-color: rgb(161,214,59); }
div.DivClassName
{
background-color: #A1D63B;
}
.BgClassName
{
background-color: #A1D63B;
}
</style>
border-color css
<style>
span { border-color: #A1D63B; }
span { border-color: rgb(161,214,59); }
td.TdClassName
{
border-color: #A1D63B;
}
.TagClassName
{
border-color: #A1D63B;
}
</style>