Shades of Atlantis #A1C53E
Tints of Atlantis #A1C53E
RGB
CMYK
RGB Variations
Color information
#A1C53E (or 0xA1C53E) is known color: Atlantis. HEX triplet: A1, C5 and 3E. RGB value is (161,197,62). Sum of RGB (Red+Green+Blue) = 161+197+62=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C53E is #5E3AC1. Grayscale: #ABABAB. Windows color (decimal): -6175426 or 4113825. OLE color: 4113825.
HSL color Cylindrical-coordinate representation of color #A1C53E: hue angle of 76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1C53E is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 62 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.23 |
| HSL | 76º | 0.54% | 0.51% | - |
| HSV(B) | 76º | 0.69% | 0.77% | - |
| XYZ | 35.53 | 47.86 | 11.92 | - |
| YUV | 170.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 62 | 0.18 | 0 | 0.69 | 0.23 | 76 | 0.54 | 0.51 |
| Hex | A1 | C5 | 3E | 12 | 0 | 45 | 17 | 4C | 36 | 33 |
| Octal | 241 | 305 | 76 | 22 | 0 | 105 | 27 | 114 | 66 | 63 |
| Binary | 10100001 | 11000101 | 111110 | 10010 | 0 | 1000101 | 10111 | 1001100 | 110110 | 110011 |
Color Harmonies of #A1C53E
Complementary color
Monochromatic Colors of #A1C53E
Black with #A1C53E
Text Example
Text Example
White with #A1C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C53E; }
p { color: rgb(161,197,62); }
H1.HeaderClassName
{
color: #A1C53E;
}
.AnyTagClassName
{
color: #A1C53E;
}
</style>
background-color css
<style>
a { background-color: #A1C53E; }
a { background-color: rgb(161,197,62); }
div.DivClassName
{
background-color: #A1C53E;
}
.BgClassName
{
background-color: #A1C53E;
}
</style>
border-color css
<style>
span { border-color: #A1C53E; }
span { border-color: rgb(161,197,62); }
td.TdClassName
{
border-color: #A1C53E;
}
.TagClassName
{
border-color: #A1C53E;
}
</style>