Shades of Atlantis #A1D93C
Tints of Atlantis #A1D93C
RGB
CMYK
RGB Variations
Color information
#A1D93C (or 0xA1D93C) is known color: Atlantis. HEX triplet: A1, D9 and 3C. RGB value is (161,217,60). Sum of RGB (Red+Green+Blue) = 161+217+60=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D93C is #5E26C3. Grayscale: #B6B6B6. Windows color (decimal): -6170308 or 3987873. OLE color: 3987873.
HSL color Cylindrical-coordinate representation of color #A1D93C: hue angle of 81.4º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1D93C is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 60 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.15 |
| HSL | 81.4º | 0.67% | 0.54% | - |
| HSV(B) | 81.4º | 0.72% | 0.85% | - |
| XYZ | 40.33 | 57.53 | 13.25 | - |
| YUV | 182.36 | 58.95 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 60 | 0.26 | 0 | 0.72 | 0.15 | 81.4 | 0.67 | 0.54 |
| Hex | A1 | D9 | 3C | 1A | 0 | 48 | F | 51 | 43 | 36 |
| Octal | 241 | 331 | 74 | 32 | 0 | 110 | 17 | 121 | 103 | 66 |
| Binary | 10100001 | 11011001 | 111100 | 11010 | 0 | 1001000 | 1111 | 1010001 | 1000011 | 110110 |
Color Harmonies of #A1D93C
Complementary color
Monochromatic Colors of #A1D93C
Black with #A1D93C
Text Example
Text Example
White with #A1D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D93C; }
p { color: rgb(161,217,60); }
H1.HeaderClassName
{
color: #A1D93C;
}
.AnyTagClassName
{
color: #A1D93C;
}
</style>
background-color css
<style>
a { background-color: #A1D93C; }
a { background-color: rgb(161,217,60); }
div.DivClassName
{
background-color: #A1D93C;
}
.BgClassName
{
background-color: #A1D93C;
}
</style>
border-color css
<style>
span { border-color: #A1D93C; }
span { border-color: rgb(161,217,60); }
td.TdClassName
{
border-color: #A1D93C;
}
.TagClassName
{
border-color: #A1D93C;
}
</style>