Shades of Atlantis #A1C450
Tints of Atlantis #A1C450
RGB
CMYK
RGB Variations
Color information
#A1C450 (or 0xA1C450) is known color: Atlantis. HEX triplet: A1, C4 and 50. RGB value is (161,196,80). Sum of RGB (Red+Green+Blue) = 161+196+80=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C450 is #5E3BAF. Grayscale: #ACACAC. Windows color (decimal): -6175664 or 5293217. OLE color: 5293217.
HSL color Cylindrical-coordinate representation of color #A1C450: hue angle of 78.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1C450 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 80 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.23 |
| HSL | 78.1º | 0.5% | 0.54% | - |
| HSV(B) | 78.1º | 0.59% | 0.77% | - |
| XYZ | 35.89 | 47.64 | 14.89 | - |
| YUV | 172.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 80 | 0.18 | 0 | 0.59 | 0.23 | 78.1 | 0.5 | 0.54 |
| Hex | A1 | C4 | 50 | 12 | 0 | 3B | 17 | 4E | 32 | 36 |
| Octal | 241 | 304 | 120 | 22 | 0 | 73 | 27 | 116 | 62 | 66 |
| Binary | 10100001 | 11000100 | 1010000 | 10010 | 0 | 111011 | 10111 | 1001110 | 110010 | 110110 |
Color Harmonies of #A1C450
Complementary color
Monochromatic Colors of #A1C450
Black with #A1C450
Text Example
Text Example
White with #A1C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C450; }
p { color: rgb(161,196,80); }
H1.HeaderClassName
{
color: #A1C450;
}
.AnyTagClassName
{
color: #A1C450;
}
</style>
background-color css
<style>
a { background-color: #A1C450; }
a { background-color: rgb(161,196,80); }
div.DivClassName
{
background-color: #A1C450;
}
.BgClassName
{
background-color: #A1C450;
}
</style>
border-color css
<style>
span { border-color: #A1C450; }
span { border-color: rgb(161,196,80); }
td.TdClassName
{
border-color: #A1C450;
}
.TagClassName
{
border-color: #A1C450;
}
</style>