Shades of Atlantis #A1C94C
Tints of Atlantis #A1C94C
RGB
CMYK
RGB Variations
Color information
#A1C94C (or 0xA1C94C) is known color: Atlantis. HEX triplet: A1, C9 and 4C. RGB value is (161,201,76). Sum of RGB (Red+Green+Blue) = 161+201+76=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C94C is #5E36B3. Grayscale: #AFAFAF. Windows color (decimal): -6174388 or 5032353. OLE color: 5032353.
HSL color Cylindrical-coordinate representation of color #A1C94C: hue angle of 79.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C94C is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 76 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.21 |
| HSL | 79.2º | 0.54% | 0.54% | - |
| HSV(B) | 79.2º | 0.62% | 0.79% | - |
| XYZ | 36.89 | 49.87 | 14.52 | - |
| YUV | 174.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 76 | 0.20 | 0 | 0.62 | 0.21 | 79.2 | 0.54 | 0.54 |
| Hex | A1 | C9 | 4C | 14 | 0 | 3E | 15 | 4F | 36 | 36 |
| Octal | 241 | 311 | 114 | 24 | 0 | 76 | 25 | 117 | 66 | 66 |
| Binary | 10100001 | 11001001 | 1001100 | 10100 | 0 | 111110 | 10101 | 1001111 | 110110 | 110110 |
Color Harmonies of #A1C94C
Complementary color
Monochromatic Colors of #A1C94C
Black with #A1C94C
Text Example
Text Example
White with #A1C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C94C; }
p { color: rgb(161,201,76); }
H1.HeaderClassName
{
color: #A1C94C;
}
.AnyTagClassName
{
color: #A1C94C;
}
</style>
background-color css
<style>
a { background-color: #A1C94C; }
a { background-color: rgb(161,201,76); }
div.DivClassName
{
background-color: #A1C94C;
}
.BgClassName
{
background-color: #A1C94C;
}
</style>
border-color css
<style>
span { border-color: #A1C94C; }
span { border-color: rgb(161,201,76); }
td.TdClassName
{
border-color: #A1C94C;
}
.TagClassName
{
border-color: #A1C94C;
}
</style>