Shades of Atlantis #A1CE40
Tints of Atlantis #A1CE40
RGB
CMYK
RGB Variations
Color information
#A1CE40 (or 0xA1CE40) is known color: Atlantis. HEX triplet: A1, CE and 40. RGB value is (161,206,64). Sum of RGB (Red+Green+Blue) = 161+206+64=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE40 is #5E31BF. Grayscale: #B0B0B0. Windows color (decimal): -6173120 or 4247201. OLE color: 4247201.
HSL color Cylindrical-coordinate representation of color #A1CE40: hue angle of 79.01º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1CE40 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 64 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.19 |
| HSL | 79.01º | 0.59% | 0.53% | - |
| HSV(B) | 79.01º | 0.69% | 0.81% | - |
| XYZ | 37.69 | 52.09 | 12.92 | - |
| YUV | 176.36 | 64.59 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 64 | 0.22 | 0 | 0.69 | 0.19 | 79.01 | 0.59 | 0.53 |
| Hex | A1 | CE | 40 | 16 | 0 | 45 | 13 | 4F | 3B | 35 |
| Octal | 241 | 316 | 100 | 26 | 0 | 105 | 23 | 117 | 73 | 65 |
| Binary | 10100001 | 11001110 | 1000000 | 10110 | 0 | 1000101 | 10011 | 1001111 | 111011 | 110101 |
Color Harmonies of #A1CE40
Complementary color
Monochromatic Colors of #A1CE40
Black with #A1CE40
Text Example
Text Example
White with #A1CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE40; }
p { color: rgb(161,206,64); }
H1.HeaderClassName
{
color: #A1CE40;
}
.AnyTagClassName
{
color: #A1CE40;
}
</style>
background-color css
<style>
a { background-color: #A1CE40; }
a { background-color: rgb(161,206,64); }
div.DivClassName
{
background-color: #A1CE40;
}
.BgClassName
{
background-color: #A1CE40;
}
</style>
border-color css
<style>
span { border-color: #A1CE40; }
span { border-color: rgb(161,206,64); }
td.TdClassName
{
border-color: #A1CE40;
}
.TagClassName
{
border-color: #A1CE40;
}
</style>