Shades of Atlantis #A1C23E
Tints of Atlantis #A1C23E
RGB
CMYK
RGB Variations
Color information
#A1C23E (or 0xA1C23E) is known color: Atlantis. HEX triplet: A1, C2 and 3E. RGB value is (161,194,62). Sum of RGB (Red+Green+Blue) = 161+194+62=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C23E is #5E3DC1. Grayscale: #A9A9A9. Windows color (decimal): -6176194 or 4113057. OLE color: 4113057.
HSL color Cylindrical-coordinate representation of color #A1C23E: hue angle of 75º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1C23E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 62 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.24 |
| HSL | 75º | 0.52% | 0.5% | - |
| HSV(B) | 75º | 0.68% | 0.76% | - |
| XYZ | 34.86 | 46.51 | 11.7 | - |
| YUV | 169.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 62 | 0.17 | 0 | 0.68 | 0.24 | 75 | 0.52 | 0.5 |
| Hex | A1 | C2 | 3E | 11 | 0 | 44 | 18 | 4B | 34 | 32 |
| Octal | 241 | 302 | 76 | 21 | 0 | 104 | 30 | 113 | 64 | 62 |
| Binary | 10100001 | 11000010 | 111110 | 10001 | 0 | 1000100 | 11000 | 1001011 | 110100 | 110010 |
Color Harmonies of #A1C23E
Complementary color
Monochromatic Colors of #A1C23E
Black with #A1C23E
Text Example
Text Example
White with #A1C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C23E; }
p { color: rgb(161,194,62); }
H1.HeaderClassName
{
color: #A1C23E;
}
.AnyTagClassName
{
color: #A1C23E;
}
</style>
background-color css
<style>
a { background-color: #A1C23E; }
a { background-color: rgb(161,194,62); }
div.DivClassName
{
background-color: #A1C23E;
}
.BgClassName
{
background-color: #A1C23E;
}
</style>
border-color css
<style>
span { border-color: #A1C23E; }
span { border-color: rgb(161,194,62); }
td.TdClassName
{
border-color: #A1C23E;
}
.TagClassName
{
border-color: #A1C23E;
}
</style>