Shades of Atlantis #A1C23B
Tints of Atlantis #A1C23B
RGB
CMYK
RGB Variations
Color information
#A1C23B (or 0xA1C23B) is known color: Atlantis. HEX triplet: A1, C2 and 3B. RGB value is (161,194,59). Sum of RGB (Red+Green+Blue) = 161+194+59=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C23B is #5E3DC4. Grayscale: #A9A9A9. Windows color (decimal): -6176197 or 3916449. OLE color: 3916449.
HSL color Cylindrical-coordinate representation of color #A1C23B: hue angle of 74.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1C23B is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 59 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.24 |
| HSL | 74.67º | 0.53% | 0.5% | - |
| HSV(B) | 74.67º | 0.7% | 0.76% | - |
| XYZ | 34.78 | 46.48 | 11.28 | - |
| YUV | 168.74 | 66.07 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 59 | 0.17 | 0 | 0.70 | 0.24 | 74.67 | 0.53 | 0.5 |
| Hex | A1 | C2 | 3B | 11 | 0 | 46 | 18 | 4B | 35 | 32 |
| Octal | 241 | 302 | 73 | 21 | 0 | 106 | 30 | 113 | 65 | 62 |
| Binary | 10100001 | 11000010 | 111011 | 10001 | 0 | 1000110 | 11000 | 1001011 | 110101 | 110010 |
Color Harmonies of #A1C23B
Complementary color
Monochromatic Colors of #A1C23B
Black with #A1C23B
Text Example
Text Example
White with #A1C23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C23B; }
p { color: rgb(161,194,59); }
H1.HeaderClassName
{
color: #A1C23B;
}
.AnyTagClassName
{
color: #A1C23B;
}
</style>
background-color css
<style>
a { background-color: #A1C23B; }
a { background-color: rgb(161,194,59); }
div.DivClassName
{
background-color: #A1C23B;
}
.BgClassName
{
background-color: #A1C23B;
}
</style>
border-color css
<style>
span { border-color: #A1C23B; }
span { border-color: rgb(161,194,59); }
td.TdClassName
{
border-color: #A1C23B;
}
.TagClassName
{
border-color: #A1C23B;
}
</style>