Shades of Atlantis #A1C84E
Tints of Atlantis #A1C84E
RGB
CMYK
RGB Variations
Color information
#A1C84E (or 0xA1C84E) is known color: Atlantis. HEX triplet: A1, C8 and 4E. RGB value is (161,200,78). Sum of RGB (Red+Green+Blue) = 161+200+78=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C84E is #5E37B1. Grayscale: #AEAEAE. Windows color (decimal): -6174642 or 5163169. OLE color: 5163169.
HSL color Cylindrical-coordinate representation of color #A1C84E: hue angle of 79.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1C84E is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 78 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.22 |
| HSL | 79.18º | 0.53% | 0.55% | - |
| HSV(B) | 79.18º | 0.61% | 0.78% | - |
| XYZ | 36.73 | 49.44 | 14.81 | - |
| YUV | 174.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 78 | 0.19 | 0 | 0.61 | 0.22 | 79.18 | 0.53 | 0.55 |
| Hex | A1 | C8 | 4E | 13 | 0 | 3D | 16 | 4F | 35 | 37 |
| Octal | 241 | 310 | 116 | 23 | 0 | 75 | 26 | 117 | 65 | 67 |
| Binary | 10100001 | 11001000 | 1001110 | 10011 | 0 | 111101 | 10110 | 1001111 | 110101 | 110111 |
Color Harmonies of #A1C84E
Complementary color
Monochromatic Colors of #A1C84E
Black with #A1C84E
Text Example
Text Example
White with #A1C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C84E; }
p { color: rgb(161,200,78); }
H1.HeaderClassName
{
color: #A1C84E;
}
.AnyTagClassName
{
color: #A1C84E;
}
</style>
background-color css
<style>
a { background-color: #A1C84E; }
a { background-color: rgb(161,200,78); }
div.DivClassName
{
background-color: #A1C84E;
}
.BgClassName
{
background-color: #A1C84E;
}
</style>
border-color css
<style>
span { border-color: #A1C84E; }
span { border-color: rgb(161,200,78); }
td.TdClassName
{
border-color: #A1C84E;
}
.TagClassName
{
border-color: #A1C84E;
}
</style>