Shades of Atlantis #A1C750
Tints of Atlantis #A1C750
RGB
CMYK
RGB Variations
Color information
#A1C750 (or 0xA1C750) is known color: Atlantis. HEX triplet: A1, C7 and 50. RGB value is (161,199,80). Sum of RGB (Red+Green+Blue) = 161+199+80=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C750 is #5E38AF. Grayscale: #AEAEAE. Windows color (decimal): -6174896 or 5293985. OLE color: 5293985.
HSL color Cylindrical-coordinate representation of color #A1C750: hue angle of 79.16º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1C750 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 80 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.22 |
| HSL | 79.16º | 0.52% | 0.55% | - |
| HSV(B) | 79.16º | 0.6% | 0.78% | - |
| XYZ | 36.57 | 49 | 15.12 | - |
| YUV | 174.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 80 | 0.19 | 0 | 0.60 | 0.22 | 79.16 | 0.52 | 0.55 |
| Hex | A1 | C7 | 50 | 13 | 0 | 3C | 16 | 4F | 34 | 37 |
| Octal | 241 | 307 | 120 | 23 | 0 | 74 | 26 | 117 | 64 | 67 |
| Binary | 10100001 | 11000111 | 1010000 | 10011 | 0 | 111100 | 10110 | 1001111 | 110100 | 110111 |
Color Harmonies of #A1C750
Complementary color
Monochromatic Colors of #A1C750
Black with #A1C750
Text Example
Text Example
White with #A1C750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C750; }
p { color: rgb(161,199,80); }
H1.HeaderClassName
{
color: #A1C750;
}
.AnyTagClassName
{
color: #A1C750;
}
</style>
background-color css
<style>
a { background-color: #A1C750; }
a { background-color: rgb(161,199,80); }
div.DivClassName
{
background-color: #A1C750;
}
.BgClassName
{
background-color: #A1C750;
}
</style>
border-color css
<style>
span { border-color: #A1C750; }
span { border-color: rgb(161,199,80); }
td.TdClassName
{
border-color: #A1C750;
}
.TagClassName
{
border-color: #A1C750;
}
</style>