Shades of Atlantis #A1C24C
Tints of Atlantis #A1C24C
RGB
CMYK
RGB Variations
Color information
#A1C24C (or 0xA1C24C) is known color: Atlantis. HEX triplet: A1, C2 and 4C. RGB value is (161,194,76). Sum of RGB (Red+Green+Blue) = 161+194+76=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C24C is #5E3DB3. Grayscale: #ABABAB. Windows color (decimal): -6176180 or 5030561. OLE color: 5030561.
HSL color Cylindrical-coordinate representation of color #A1C24C: hue angle of 76.78º degrees, saturation: 0.49, 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 #A1C24C is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 76 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.24 |
| HSL | 76.78º | 0.49% | 0.53% | - |
| HSV(B) | 76.78º | 0.61% | 0.76% | - |
| XYZ | 35.29 | 46.68 | 13.99 | - |
| YUV | 170.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 76 | 0.17 | 0 | 0.61 | 0.24 | 76.78 | 0.49 | 0.53 |
| Hex | A1 | C2 | 4C | 11 | 0 | 3D | 18 | 4D | 31 | 35 |
| Octal | 241 | 302 | 114 | 21 | 0 | 75 | 30 | 115 | 61 | 65 |
| Binary | 10100001 | 11000010 | 1001100 | 10001 | 0 | 111101 | 11000 | 1001101 | 110001 | 110101 |
Color Harmonies of #A1C24C
Complementary color
Monochromatic Colors of #A1C24C
Black with #A1C24C
Text Example
Text Example
White with #A1C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C24C; }
p { color: rgb(161,194,76); }
H1.HeaderClassName
{
color: #A1C24C;
}
.AnyTagClassName
{
color: #A1C24C;
}
</style>
background-color css
<style>
a { background-color: #A1C24C; }
a { background-color: rgb(161,194,76); }
div.DivClassName
{
background-color: #A1C24C;
}
.BgClassName
{
background-color: #A1C24C;
}
</style>
border-color css
<style>
span { border-color: #A1C24C; }
span { border-color: rgb(161,194,76); }
td.TdClassName
{
border-color: #A1C24C;
}
.TagClassName
{
border-color: #A1C24C;
}
</style>