Shades of Atlantis #A1D633
Tints of Atlantis #A1D633
RGB
CMYK
RGB Variations
Color information
#A1D633 (or 0xA1D633) is known color: Atlantis. HEX triplet: A1, D6 and 33. RGB value is (161,214,51). Sum of RGB (Red+Green+Blue) = 161+214+51=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D633 is #5E29CC. Grayscale: #B4B4B4. Windows color (decimal): -6171085 or 3397281. OLE color: 3397281.
HSL color Cylindrical-coordinate representation of color #A1D633: hue angle of 79.51º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1D633 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 51 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.16 |
| HSL | 79.51º | 0.67% | 0.52% | - |
| HSV(B) | 79.51º | 0.76% | 0.84% | - |
| XYZ | 39.34 | 55.91 | 11.85 | - |
| YUV | 179.57 | 55.44 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 51 | 0.25 | 0 | 0.76 | 0.16 | 79.51 | 0.67 | 0.52 |
| Hex | A1 | D6 | 33 | 19 | 0 | 4C | 10 | 50 | 43 | 34 |
| Octal | 241 | 326 | 63 | 31 | 0 | 114 | 20 | 120 | 103 | 64 |
| Binary | 10100001 | 11010110 | 110011 | 11001 | 0 | 1001100 | 10000 | 1010000 | 1000011 | 110100 |
Color Harmonies of #A1D633
Complementary color
Monochromatic Colors of #A1D633
Black with #A1D633
Text Example
Text Example
White with #A1D633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D633; }
p { color: rgb(161,214,51); }
H1.HeaderClassName
{
color: #A1D633;
}
.AnyTagClassName
{
color: #A1D633;
}
</style>
background-color css
<style>
a { background-color: #A1D633; }
a { background-color: rgb(161,214,51); }
div.DivClassName
{
background-color: #A1D633;
}
.BgClassName
{
background-color: #A1D633;
}
</style>
border-color css
<style>
span { border-color: #A1D633; }
span { border-color: rgb(161,214,51); }
td.TdClassName
{
border-color: #A1D633;
}
.TagClassName
{
border-color: #A1D633;
}
</style>