Shades of Atlantis #A1D338
Tints of Atlantis #A1D338
RGB
CMYK
RGB Variations
Color information
#A1D338 (or 0xA1D338) is known color: Atlantis. HEX triplet: A1, D3 and 38. RGB value is (161,211,56). Sum of RGB (Red+Green+Blue) = 161+211+56=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D338 is #5E2CC7. Grayscale: #B2B2B2. Windows color (decimal): -6171848 or 3724193. OLE color: 3724193.
HSL color Cylindrical-coordinate representation of color #A1D338: hue angle of 79.35º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1D338 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 56 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.17 |
| HSL | 79.35º | 0.64% | 0.52% | - |
| HSV(B) | 79.35º | 0.73% | 0.83% | - |
| XYZ | 38.71 | 54.45 | 12.21 | - |
| YUV | 178.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 56 | 0.24 | 0 | 0.73 | 0.17 | 79.35 | 0.64 | 0.52 |
| Hex | A1 | D3 | 38 | 18 | 0 | 49 | 11 | 4F | 40 | 34 |
| Octal | 241 | 323 | 70 | 30 | 0 | 111 | 21 | 117 | 100 | 64 |
| Binary | 10100001 | 11010011 | 111000 | 11000 | 0 | 1001001 | 10001 | 1001111 | 1000000 | 110100 |
Color Harmonies of #A1D338
Complementary color
Monochromatic Colors of #A1D338
Black with #A1D338
Text Example
Text Example
White with #A1D338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D338; }
p { color: rgb(161,211,56); }
H1.HeaderClassName
{
color: #A1D338;
}
.AnyTagClassName
{
color: #A1D338;
}
</style>
background-color css
<style>
a { background-color: #A1D338; }
a { background-color: rgb(161,211,56); }
div.DivClassName
{
background-color: #A1D338;
}
.BgClassName
{
background-color: #A1D338;
}
</style>
border-color css
<style>
span { border-color: #A1D338; }
span { border-color: rgb(161,211,56); }
td.TdClassName
{
border-color: #A1D338;
}
.TagClassName
{
border-color: #A1D338;
}
</style>