Shades of Atlantis #A1D33D
Tints of Atlantis #A1D33D
RGB
CMYK
RGB Variations
Color information
#A1D33D (or 0xA1D33D) is known color: Atlantis. HEX triplet: A1, D3 and 3D. RGB value is (161,211,61). Sum of RGB (Red+Green+Blue) = 161+211+61=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D33D is #5E2CC2. Grayscale: #B3B3B3. Windows color (decimal): -6171843 or 4051873. OLE color: 4051873.
HSL color Cylindrical-coordinate representation of color #A1D33D: hue angle of 80º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1D33D is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 61 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.17 |
| HSL | 80º | 0.63% | 0.53% | - |
| HSV(B) | 80º | 0.71% | 0.83% | - |
| XYZ | 38.83 | 54.5 | 12.89 | - |
| YUV | 178.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 61 | 0.24 | 0 | 0.71 | 0.17 | 80 | 0.63 | 0.53 |
| Hex | A1 | D3 | 3D | 18 | 0 | 47 | 11 | 50 | 3F | 35 |
| Octal | 241 | 323 | 75 | 30 | 0 | 107 | 21 | 120 | 77 | 65 |
| Binary | 10100001 | 11010011 | 111101 | 11000 | 0 | 1000111 | 10001 | 1010000 | 111111 | 110101 |
Color Harmonies of #A1D33D
Complementary color
Monochromatic Colors of #A1D33D
Black with #A1D33D
Text Example
Text Example
White with #A1D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D33D; }
p { color: rgb(161,211,61); }
H1.HeaderClassName
{
color: #A1D33D;
}
.AnyTagClassName
{
color: #A1D33D;
}
</style>
background-color css
<style>
a { background-color: #A1D33D; }
a { background-color: rgb(161,211,61); }
div.DivClassName
{
background-color: #A1D33D;
}
.BgClassName
{
background-color: #A1D33D;
}
</style>
border-color css
<style>
span { border-color: #A1D33D; }
span { border-color: rgb(161,211,61); }
td.TdClassName
{
border-color: #A1D33D;
}
.TagClassName
{
border-color: #A1D33D;
}
</style>