Shades of Atlantis #A1C240
Tints of Atlantis #A1C240
RGB
CMYK
RGB Variations
Color information
#A1C240 (or 0xA1C240) is known color: Atlantis. HEX triplet: A1, C2 and 40. RGB value is (161,194,64). Sum of RGB (Red+Green+Blue) = 161+194+64=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C240 is #5E3DBF. Grayscale: #A9A9A9. Windows color (decimal): -6176192 or 4244129. OLE color: 4244129.
HSL color Cylindrical-coordinate representation of color #A1C240: hue angle of 75.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1C240 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 64 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.24 |
| HSL | 75.23º | 0.52% | 0.51% | - |
| HSV(B) | 75.23º | 0.67% | 0.76% | - |
| XYZ | 34.92 | 46.53 | 11.99 | - |
| YUV | 169.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 64 | 0.17 | 0 | 0.67 | 0.24 | 75.23 | 0.52 | 0.51 |
| Hex | A1 | C2 | 40 | 11 | 0 | 43 | 18 | 4B | 34 | 33 |
| Octal | 241 | 302 | 100 | 21 | 0 | 103 | 30 | 113 | 64 | 63 |
| Binary | 10100001 | 11000010 | 1000000 | 10001 | 0 | 1000011 | 11000 | 1001011 | 110100 | 110011 |
Color Harmonies of #A1C240
Complementary color
Monochromatic Colors of #A1C240
Black with #A1C240
Text Example
Text Example
White with #A1C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C240; }
p { color: rgb(161,194,64); }
H1.HeaderClassName
{
color: #A1C240;
}
.AnyTagClassName
{
color: #A1C240;
}
</style>
background-color css
<style>
a { background-color: #A1C240; }
a { background-color: rgb(161,194,64); }
div.DivClassName
{
background-color: #A1C240;
}
.BgClassName
{
background-color: #A1C240;
}
</style>
border-color css
<style>
span { border-color: #A1C240; }
span { border-color: rgb(161,194,64); }
td.TdClassName
{
border-color: #A1C240;
}
.TagClassName
{
border-color: #A1C240;
}
</style>