Shades of Atlantis #A1C653
Tints of Atlantis #A1C653
RGB
CMYK
RGB Variations
Color information
#A1C653 (or 0xA1C653) is known color: Atlantis. HEX triplet: A1, C6 and 53. RGB value is (161,198,83). Sum of RGB (Red+Green+Blue) = 161+198+83=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C653 is #5E39AC. Grayscale: #AEAEAE. Windows color (decimal): -6175149 or 5490337. OLE color: 5490337.
HSL color Cylindrical-coordinate representation of color #A1C653: hue angle of 79.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1C653 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 83 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.22 |
| HSL | 79.3º | 0.5% | 0.55% | - |
| HSV(B) | 79.3º | 0.58% | 0.78% | - |
| XYZ | 36.45 | 48.59 | 15.64 | - |
| YUV | 173.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 83 | 0.19 | 0 | 0.58 | 0.22 | 79.3 | 0.5 | 0.55 |
| Hex | A1 | C6 | 53 | 13 | 0 | 3A | 16 | 4F | 32 | 37 |
| Octal | 241 | 306 | 123 | 23 | 0 | 72 | 26 | 117 | 62 | 67 |
| Binary | 10100001 | 11000110 | 1010011 | 10011 | 0 | 111010 | 10110 | 1001111 | 110010 | 110111 |
Color Harmonies of #A1C653
Complementary color
Monochromatic Colors of #A1C653
Black with #A1C653
Text Example
Text Example
White with #A1C653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C653; }
p { color: rgb(161,198,83); }
H1.HeaderClassName
{
color: #A1C653;
}
.AnyTagClassName
{
color: #A1C653;
}
</style>
background-color css
<style>
a { background-color: #A1C653; }
a { background-color: rgb(161,198,83); }
div.DivClassName
{
background-color: #A1C653;
}
.BgClassName
{
background-color: #A1C653;
}
</style>
border-color css
<style>
span { border-color: #A1C653; }
span { border-color: rgb(161,198,83); }
td.TdClassName
{
border-color: #A1C653;
}
.TagClassName
{
border-color: #A1C653;
}
</style>