Shades of Atlantis #A1C34C
Tints of Atlantis #A1C34C
RGB
CMYK
RGB Variations
Color information
#A1C34C (or 0xA1C34C) is known color: Atlantis. HEX triplet: A1, C3 and 4C. RGB value is (161,195,76). Sum of RGB (Red+Green+Blue) = 161+195+76=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C34C is #5E3CB3. Grayscale: #ABABAB. Windows color (decimal): -6175924 or 5030817. OLE color: 5030817.
HSL color Cylindrical-coordinate representation of color #A1C34C: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1C34C is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 76 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.24 |
| HSL | 77.14º | 0.5% | 0.53% | - |
| HSV(B) | 77.14º | 0.61% | 0.76% | - |
| XYZ | 35.52 | 47.13 | 14.06 | - |
| YUV | 171.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 76 | 0.17 | 0 | 0.61 | 0.24 | 77.14 | 0.5 | 0.53 |
| Hex | A1 | C3 | 4C | 11 | 0 | 3D | 18 | 4D | 32 | 35 |
| Octal | 241 | 303 | 114 | 21 | 0 | 75 | 30 | 115 | 62 | 65 |
| Binary | 10100001 | 11000011 | 1001100 | 10001 | 0 | 111101 | 11000 | 1001101 | 110010 | 110101 |
Color Harmonies of #A1C34C
Complementary color
Monochromatic Colors of #A1C34C
Black with #A1C34C
Text Example
Text Example
White with #A1C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C34C; }
p { color: rgb(161,195,76); }
H1.HeaderClassName
{
color: #A1C34C;
}
.AnyTagClassName
{
color: #A1C34C;
}
</style>
background-color css
<style>
a { background-color: #A1C34C; }
a { background-color: rgb(161,195,76); }
div.DivClassName
{
background-color: #A1C34C;
}
.BgClassName
{
background-color: #A1C34C;
}
</style>
border-color css
<style>
span { border-color: #A1C34C; }
span { border-color: rgb(161,195,76); }
td.TdClassName
{
border-color: #A1C34C;
}
.TagClassName
{
border-color: #A1C34C;
}
</style>