Shades of Atlantis #A1C54A
Tints of Atlantis #A1C54A
RGB
CMYK
RGB Variations
Color information
#A1C54A (or 0xA1C54A) is known color: Atlantis. HEX triplet: A1, C5 and 4A. RGB value is (161,197,74). Sum of RGB (Red+Green+Blue) = 161+197+74=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C54A is #5E3AB5. Grayscale: #ACACAC. Windows color (decimal): -6175414 or 4900257. OLE color: 4900257.
HSL color Cylindrical-coordinate representation of color #A1C54A: hue angle of 77.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C54A is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 74 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.23 |
| HSL | 77.56º | 0.51% | 0.53% | - |
| HSV(B) | 77.56º | 0.62% | 0.77% | - |
| XYZ | 35.9 | 48 | 13.85 | - |
| YUV | 172.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 74 | 0.18 | 0 | 0.62 | 0.23 | 77.56 | 0.51 | 0.53 |
| Hex | A1 | C5 | 4A | 12 | 0 | 3E | 17 | 4E | 33 | 35 |
| Octal | 241 | 305 | 112 | 22 | 0 | 76 | 27 | 116 | 63 | 65 |
| Binary | 10100001 | 11000101 | 1001010 | 10010 | 0 | 111110 | 10111 | 1001110 | 110011 | 110101 |
Color Harmonies of #A1C54A
Complementary color
Monochromatic Colors of #A1C54A
Black with #A1C54A
Text Example
Text Example
White with #A1C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C54A; }
p { color: rgb(161,197,74); }
H1.HeaderClassName
{
color: #A1C54A;
}
.AnyTagClassName
{
color: #A1C54A;
}
</style>
background-color css
<style>
a { background-color: #A1C54A; }
a { background-color: rgb(161,197,74); }
div.DivClassName
{
background-color: #A1C54A;
}
.BgClassName
{
background-color: #A1C54A;
}
</style>
border-color css
<style>
span { border-color: #A1C54A; }
span { border-color: rgb(161,197,74); }
td.TdClassName
{
border-color: #A1C54A;
}
.TagClassName
{
border-color: #A1C54A;
}
</style>