Shades of Atlantis #A1D448
Tints of Atlantis #A1D448
RGB
CMYK
RGB Variations
Color information
#A1D448 (or 0xA1D448) is known color: Atlantis. HEX triplet: A1, D4 and 48. RGB value is (161,212,72). Sum of RGB (Red+Green+Blue) = 161+212+72=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D448 is #5E2BB7. Grayscale: #B5B5B5. Windows color (decimal): -6171576 or 4773025. OLE color: 4773025.
HSL color Cylindrical-coordinate representation of color #A1D448: hue angle of 81.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1D448 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 72 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.17 |
| HSL | 81.86º | 0.62% | 0.56% | - |
| HSV(B) | 81.86º | 0.66% | 0.83% | - |
| XYZ | 39.41 | 55.13 | 14.7 | - |
| YUV | 180.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 72 | 0.24 | 0 | 0.66 | 0.17 | 81.86 | 0.62 | 0.56 |
| Hex | A1 | D4 | 48 | 18 | 0 | 42 | 11 | 52 | 3E | 38 |
| Octal | 241 | 324 | 110 | 30 | 0 | 102 | 21 | 122 | 76 | 70 |
| Binary | 10100001 | 11010100 | 1001000 | 11000 | 0 | 1000010 | 10001 | 1010010 | 111110 | 111000 |
Color Harmonies of #A1D448
Complementary color
Monochromatic Colors of #A1D448
Black with #A1D448
Text Example
Text Example
White with #A1D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D448; }
p { color: rgb(161,212,72); }
H1.HeaderClassName
{
color: #A1D448;
}
.AnyTagClassName
{
color: #A1D448;
}
</style>
background-color css
<style>
a { background-color: #A1D448; }
a { background-color: rgb(161,212,72); }
div.DivClassName
{
background-color: #A1D448;
}
.BgClassName
{
background-color: #A1D448;
}
</style>
border-color css
<style>
span { border-color: #A1D448; }
span { border-color: rgb(161,212,72); }
td.TdClassName
{
border-color: #A1D448;
}
.TagClassName
{
border-color: #A1D448;
}
</style>