Shades of Atlantis #A1C64B
Tints of Atlantis #A1C64B
RGB
CMYK
RGB Variations
Color information
#A1C64B (or 0xA1C64B) is known color: Atlantis. HEX triplet: A1, C6 and 4B. RGB value is (161,198,75). Sum of RGB (Red+Green+Blue) = 161+198+75=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C64B is #5E39B4. Grayscale: #ADADAD. Windows color (decimal): -6175157 or 4966049. OLE color: 4966049.
HSL color Cylindrical-coordinate representation of color #A1C64B: hue angle of 78.05º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C64B is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 75 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.22 |
| HSL | 78.05º | 0.52% | 0.54% | - |
| HSV(B) | 78.05º | 0.62% | 0.78% | - |
| XYZ | 36.16 | 48.47 | 14.11 | - |
| YUV | 172.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 75 | 0.19 | 0 | 0.62 | 0.22 | 78.05 | 0.52 | 0.54 |
| Hex | A1 | C6 | 4B | 13 | 0 | 3E | 16 | 4E | 34 | 36 |
| Octal | 241 | 306 | 113 | 23 | 0 | 76 | 26 | 116 | 64 | 66 |
| Binary | 10100001 | 11000110 | 1001011 | 10011 | 0 | 111110 | 10110 | 1001110 | 110100 | 110110 |
Color Harmonies of #A1C64B
Complementary color
Monochromatic Colors of #A1C64B
Black with #A1C64B
Text Example
Text Example
White with #A1C64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C64B; }
p { color: rgb(161,198,75); }
H1.HeaderClassName
{
color: #A1C64B;
}
.AnyTagClassName
{
color: #A1C64B;
}
</style>
background-color css
<style>
a { background-color: #A1C64B; }
a { background-color: rgb(161,198,75); }
div.DivClassName
{
background-color: #A1C64B;
}
.BgClassName
{
background-color: #A1C64B;
}
</style>
border-color css
<style>
span { border-color: #A1C64B; }
span { border-color: rgb(161,198,75); }
td.TdClassName
{
border-color: #A1C64B;
}
.TagClassName
{
border-color: #A1C64B;
}
</style>