Shades of Atlantis #A1D036
Tints of Atlantis #A1D036
RGB
CMYK
RGB Variations
Color information
#A1D036 (or 0xA1D036) is known color: Atlantis. HEX triplet: A1, D0 and 36. RGB value is (161,208,54). Sum of RGB (Red+Green+Blue) = 161+208+54=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D036 is #5E2FC9. Grayscale: #B0B0B0. Windows color (decimal): -6172618 or 3592353. OLE color: 3592353.
HSL color Cylindrical-coordinate representation of color #A1D036: hue angle of 78.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1D036 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 54 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.18 |
| HSL | 78.31º | 0.62% | 0.51% | - |
| HSV(B) | 78.31º | 0.74% | 0.82% | - |
| XYZ | 37.92 | 52.96 | 11.71 | - |
| YUV | 176.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 54 | 0.23 | 0 | 0.74 | 0.18 | 78.31 | 0.62 | 0.51 |
| Hex | A1 | D0 | 36 | 17 | 0 | 4A | 12 | 4E | 3E | 33 |
| Octal | 241 | 320 | 66 | 27 | 0 | 112 | 22 | 116 | 76 | 63 |
| Binary | 10100001 | 11010000 | 110110 | 10111 | 0 | 1001010 | 10010 | 1001110 | 111110 | 110011 |
Color Harmonies of #A1D036
Complementary color
Monochromatic Colors of #A1D036
Black with #A1D036
Text Example
Text Example
White with #A1D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D036; }
p { color: rgb(161,208,54); }
H1.HeaderClassName
{
color: #A1D036;
}
.AnyTagClassName
{
color: #A1D036;
}
</style>
background-color css
<style>
a { background-color: #A1D036; }
a { background-color: rgb(161,208,54); }
div.DivClassName
{
background-color: #A1D036;
}
.BgClassName
{
background-color: #A1D036;
}
</style>
border-color css
<style>
span { border-color: #A1D036; }
span { border-color: rgb(161,208,54); }
td.TdClassName
{
border-color: #A1D036;
}
.TagClassName
{
border-color: #A1D036;
}
</style>