Shades of Atlantis #A1C94B
Tints of Atlantis #A1C94B
RGB
CMYK
RGB Variations
Color information
#A1C94B (or 0xA1C94B) is known color: Atlantis. HEX triplet: A1, C9 and 4B. RGB value is (161,201,75). Sum of RGB (Red+Green+Blue) = 161+201+75=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C94B is #5E36B4. Grayscale: #AFAFAF. Windows color (decimal): -6174389 or 4966817. OLE color: 4966817.
HSL color Cylindrical-coordinate representation of color #A1C94B: hue angle of 79.05º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1C94B is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 75 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.21 |
| HSL | 79.05º | 0.54% | 0.54% | - |
| HSV(B) | 79.05º | 0.63% | 0.79% | - |
| XYZ | 36.85 | 49.86 | 14.34 | - |
| YUV | 174.68 | 71.75 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 75 | 0.20 | 0 | 0.63 | 0.21 | 79.05 | 0.54 | 0.54 |
| Hex | A1 | C9 | 4B | 14 | 0 | 3F | 15 | 4F | 36 | 36 |
| Octal | 241 | 311 | 113 | 24 | 0 | 77 | 25 | 117 | 66 | 66 |
| Binary | 10100001 | 11001001 | 1001011 | 10100 | 0 | 111111 | 10101 | 1001111 | 110110 | 110110 |
Color Harmonies of #A1C94B
Complementary color
Monochromatic Colors of #A1C94B
Black with #A1C94B
Text Example
Text Example
White with #A1C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C94B; }
p { color: rgb(161,201,75); }
H1.HeaderClassName
{
color: #A1C94B;
}
.AnyTagClassName
{
color: #A1C94B;
}
</style>
background-color css
<style>
a { background-color: #A1C94B; }
a { background-color: rgb(161,201,75); }
div.DivClassName
{
background-color: #A1C94B;
}
.BgClassName
{
background-color: #A1C94B;
}
</style>
border-color css
<style>
span { border-color: #A1C94B; }
span { border-color: rgb(161,201,75); }
td.TdClassName
{
border-color: #A1C94B;
}
.TagClassName
{
border-color: #A1C94B;
}
</style>