Shades of Atlantis #A1C63C
Tints of Atlantis #A1C63C
RGB
CMYK
RGB Variations
Color information
#A1C63C (or 0xA1C63C) is known color: Atlantis. HEX triplet: A1, C6 and 3C. RGB value is (161,198,60). Sum of RGB (Red+Green+Blue) = 161+198+60=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C63C is #5E39C3. Grayscale: #ABABAB. Windows color (decimal): -6175172 or 3983009. OLE color: 3983009.
HSL color Cylindrical-coordinate representation of color #A1C63C: hue angle of 76.09º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1C63C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 60 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.22 |
| HSL | 76.09º | 0.55% | 0.51% | - |
| HSV(B) | 76.09º | 0.7% | 0.78% | - |
| XYZ | 35.71 | 48.29 | 11.71 | - |
| YUV | 171.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 60 | 0.19 | 0 | 0.70 | 0.22 | 76.09 | 0.55 | 0.51 |
| Hex | A1 | C6 | 3C | 13 | 0 | 46 | 16 | 4C | 37 | 33 |
| Octal | 241 | 306 | 74 | 23 | 0 | 106 | 26 | 114 | 67 | 63 |
| Binary | 10100001 | 11000110 | 111100 | 10011 | 0 | 1000110 | 10110 | 1001100 | 110111 | 110011 |
Color Harmonies of #A1C63C
Complementary color
Monochromatic Colors of #A1C63C
Black with #A1C63C
Text Example
Text Example
White with #A1C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C63C; }
p { color: rgb(161,198,60); }
H1.HeaderClassName
{
color: #A1C63C;
}
.AnyTagClassName
{
color: #A1C63C;
}
</style>
background-color css
<style>
a { background-color: #A1C63C; }
a { background-color: rgb(161,198,60); }
div.DivClassName
{
background-color: #A1C63C;
}
.BgClassName
{
background-color: #A1C63C;
}
</style>
border-color css
<style>
span { border-color: #A1C63C; }
span { border-color: rgb(161,198,60); }
td.TdClassName
{
border-color: #A1C63C;
}
.TagClassName
{
border-color: #A1C63C;
}
</style>