Shades of Atlantis #A1DD44
Tints of Atlantis #A1DD44
RGB
CMYK
RGB Variations
Color information
#A1DD44 (or 0xA1DD44) is known color: Atlantis. HEX triplet: A1, DD and 44. RGB value is (161,221,68). Sum of RGB (Red+Green+Blue) = 161+221+68=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD44 is #5E22BB. Grayscale: #BABABA. Windows color (decimal): -6169276 or 4513185. OLE color: 4513185.
HSL color Cylindrical-coordinate representation of color #A1DD44: hue angle of 83.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1DD44 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 68 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.13 |
| HSL | 83.53º | 0.69% | 0.57% | - |
| HSV(B) | 83.53º | 0.69% | 0.87% | - |
| XYZ | 41.6 | 59.71 | 14.8 | - |
| YUV | 185.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 68 | 0.27 | 0 | 0.69 | 0.13 | 83.53 | 0.69 | 0.57 |
| Hex | A1 | DD | 44 | 1B | 0 | 45 | D | 54 | 45 | 39 |
| Octal | 241 | 335 | 104 | 33 | 0 | 105 | 15 | 124 | 105 | 71 |
| Binary | 10100001 | 11011101 | 1000100 | 11011 | 0 | 1000101 | 1101 | 1010100 | 1000101 | 111001 |
Color Harmonies of #A1DD44
Complementary color
Monochromatic Colors of #A1DD44
Black with #A1DD44
Text Example
Text Example
White with #A1DD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD44; }
p { color: rgb(161,221,68); }
H1.HeaderClassName
{
color: #A1DD44;
}
.AnyTagClassName
{
color: #A1DD44;
}
</style>
background-color css
<style>
a { background-color: #A1DD44; }
a { background-color: rgb(161,221,68); }
div.DivClassName
{
background-color: #A1DD44;
}
.BgClassName
{
background-color: #A1DD44;
}
</style>
border-color css
<style>
span { border-color: #A1DD44; }
span { border-color: rgb(161,221,68); }
td.TdClassName
{
border-color: #A1DD44;
}
.TagClassName
{
border-color: #A1DD44;
}
</style>