Shades of Atlantis #A1C44F
Tints of Atlantis #A1C44F
RGB
CMYK
RGB Variations
Color information
#A1C44F (or 0xA1C44F) is known color: Atlantis. HEX triplet: A1, C4 and 4F. RGB value is (161,196,79). Sum of RGB (Red+Green+Blue) = 161+196+79=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C44F is #5E3BB0. Grayscale: #ACACAC. Windows color (decimal): -6175665 or 5227681. OLE color: 5227681.
HSL color Cylindrical-coordinate representation of color #A1C44F: hue angle of 77.95º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1C44F is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 79 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.23 |
| HSL | 77.95º | 0.5% | 0.54% | - |
| HSV(B) | 77.95º | 0.6% | 0.77% | - |
| XYZ | 35.85 | 47.62 | 14.7 | - |
| YUV | 172.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 79 | 0.18 | 0 | 0.60 | 0.23 | 77.95 | 0.5 | 0.54 |
| Hex | A1 | C4 | 4F | 12 | 0 | 3C | 17 | 4E | 32 | 36 |
| Octal | 241 | 304 | 117 | 22 | 0 | 74 | 27 | 116 | 62 | 66 |
| Binary | 10100001 | 11000100 | 1001111 | 10010 | 0 | 111100 | 10111 | 1001110 | 110010 | 110110 |
Color Harmonies of #A1C44F
Complementary color
Monochromatic Colors of #A1C44F
Black with #A1C44F
Text Example
Text Example
White with #A1C44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C44F; }
p { color: rgb(161,196,79); }
H1.HeaderClassName
{
color: #A1C44F;
}
.AnyTagClassName
{
color: #A1C44F;
}
</style>
background-color css
<style>
a { background-color: #A1C44F; }
a { background-color: rgb(161,196,79); }
div.DivClassName
{
background-color: #A1C44F;
}
.BgClassName
{
background-color: #A1C44F;
}
</style>
border-color css
<style>
span { border-color: #A1C44F; }
span { border-color: rgb(161,196,79); }
td.TdClassName
{
border-color: #A1C44F;
}
.TagClassName
{
border-color: #A1C44F;
}
</style>