Shades of Atlantis #A1D13C
Tints of Atlantis #A1D13C
RGB
CMYK
RGB Variations
Color information
#A1D13C (or 0xA1D13C) is known color: Atlantis. HEX triplet: A1, D1 and 3C. RGB value is (161,209,60). Sum of RGB (Red+Green+Blue) = 161+209+60=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D13C is #5E2EC3. Grayscale: #B2B2B2. Windows color (decimal): -6172356 or 3985825. OLE color: 3985825.
HSL color Cylindrical-coordinate representation of color #A1D13C: hue angle of 79.33º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1D13C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 60 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.18 |
| HSL | 79.33º | 0.62% | 0.53% | - |
| HSV(B) | 79.33º | 0.71% | 0.82% | - |
| XYZ | 38.31 | 53.5 | 12.58 | - |
| YUV | 177.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 60 | 0.23 | 0 | 0.71 | 0.18 | 79.33 | 0.62 | 0.53 |
| Hex | A1 | D1 | 3C | 17 | 0 | 47 | 12 | 4F | 3E | 35 |
| Octal | 241 | 321 | 74 | 27 | 0 | 107 | 22 | 117 | 76 | 65 |
| Binary | 10100001 | 11010001 | 111100 | 10111 | 0 | 1000111 | 10010 | 1001111 | 111110 | 110101 |
Color Harmonies of #A1D13C
Complementary color
Monochromatic Colors of #A1D13C
Black with #A1D13C
Text Example
Text Example
White with #A1D13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D13C; }
p { color: rgb(161,209,60); }
H1.HeaderClassName
{
color: #A1D13C;
}
.AnyTagClassName
{
color: #A1D13C;
}
</style>
background-color css
<style>
a { background-color: #A1D13C; }
a { background-color: rgb(161,209,60); }
div.DivClassName
{
background-color: #A1D13C;
}
.BgClassName
{
background-color: #A1D13C;
}
</style>
border-color css
<style>
span { border-color: #A1D13C; }
span { border-color: rgb(161,209,60); }
td.TdClassName
{
border-color: #A1D13C;
}
.TagClassName
{
border-color: #A1D13C;
}
</style>