Shades of Atlantis #A1DE3D
Tints of Atlantis #A1DE3D
RGB
CMYK
RGB Variations
Color information
#A1DE3D (or 0xA1DE3D) is known color: Atlantis. HEX triplet: A1, DE and 3D. RGB value is (161,222,61). Sum of RGB (Red+Green+Blue) = 161+222+61=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DE3D is #5E21C2. Grayscale: #B9B9B9. Windows color (decimal): -6169027 or 4054689. OLE color: 4054689.
HSL color Cylindrical-coordinate representation of color #A1DE3D: hue angle of 82.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1DE3D is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 61 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.13 |
| HSL | 82.73º | 0.71% | 0.55% | - |
| HSV(B) | 82.73º | 0.73% | 0.87% | - |
| XYZ | 41.66 | 60.16 | 13.83 | - |
| YUV | 185.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 61 | 0.27 | 0 | 0.73 | 0.13 | 82.73 | 0.71 | 0.55 |
| Hex | A1 | DE | 3D | 1B | 0 | 49 | D | 53 | 47 | 37 |
| Octal | 241 | 336 | 75 | 33 | 0 | 111 | 15 | 123 | 107 | 67 |
| Binary | 10100001 | 11011110 | 111101 | 11011 | 0 | 1001001 | 1101 | 1010011 | 1000111 | 110111 |
Color Harmonies of #A1DE3D
Complementary color
Monochromatic Colors of #A1DE3D
Black with #A1DE3D
Text Example
Text Example
White with #A1DE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE3D; }
p { color: rgb(161,222,61); }
H1.HeaderClassName
{
color: #A1DE3D;
}
.AnyTagClassName
{
color: #A1DE3D;
}
</style>
background-color css
<style>
a { background-color: #A1DE3D; }
a { background-color: rgb(161,222,61); }
div.DivClassName
{
background-color: #A1DE3D;
}
.BgClassName
{
background-color: #A1DE3D;
}
</style>
border-color css
<style>
span { border-color: #A1DE3D; }
span { border-color: rgb(161,222,61); }
td.TdClassName
{
border-color: #A1DE3D;
}
.TagClassName
{
border-color: #A1DE3D;
}
</style>