Shades of Atlantis #A1CC4C
Tints of Atlantis #A1CC4C
RGB
CMYK
RGB Variations
Color information
#A1CC4C (or 0xA1CC4C) is known color: Atlantis. HEX triplet: A1, CC and 4C. RGB value is (161,204,76). Sum of RGB (Red+Green+Blue) = 161+204+76=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC4C is #5E33B3. Grayscale: #B1B1B1. Windows color (decimal): -6173620 or 5033121. OLE color: 5033121.
HSL color Cylindrical-coordinate representation of color #A1CC4C: hue angle of 80.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1CC4C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 76 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.2 |
| HSL | 80.16º | 0.56% | 0.55% | - |
| HSV(B) | 80.16º | 0.63% | 0.8% | - |
| XYZ | 37.6 | 51.28 | 14.75 | - |
| YUV | 176.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 76 | 0.21 | 0 | 0.63 | 0.2 | 80.16 | 0.56 | 0.55 |
| Hex | A1 | CC | 4C | 15 | 0 | 3F | 14 | 50 | 38 | 37 |
| Octal | 241 | 314 | 114 | 25 | 0 | 77 | 24 | 120 | 70 | 67 |
| Binary | 10100001 | 11001100 | 1001100 | 10101 | 0 | 111111 | 10100 | 1010000 | 111000 | 110111 |
Color Harmonies of #A1CC4C
Complementary color
Monochromatic Colors of #A1CC4C
Black with #A1CC4C
Text Example
Text Example
White with #A1CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC4C; }
p { color: rgb(161,204,76); }
H1.HeaderClassName
{
color: #A1CC4C;
}
.AnyTagClassName
{
color: #A1CC4C;
}
</style>
background-color css
<style>
a { background-color: #A1CC4C; }
a { background-color: rgb(161,204,76); }
div.DivClassName
{
background-color: #A1CC4C;
}
.BgClassName
{
background-color: #A1CC4C;
}
</style>
border-color css
<style>
span { border-color: #A1CC4C; }
span { border-color: rgb(161,204,76); }
td.TdClassName
{
border-color: #A1CC4C;
}
.TagClassName
{
border-color: #A1CC4C;
}
</style>