Shades of Atlantis #A1CE44
Tints of Atlantis #A1CE44
RGB
CMYK
RGB Variations
Color information
#A1CE44 (or 0xA1CE44) is known color: Atlantis. HEX triplet: A1, CE and 44. RGB value is (161,206,68). Sum of RGB (Red+Green+Blue) = 161+206+68=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE44 is #5E31BB. Grayscale: #B1B1B1. Windows color (decimal): -6173116 or 4509345. OLE color: 4509345.
HSL color Cylindrical-coordinate representation of color #A1CE44: hue angle of 79.57º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1CE44 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 68 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.19 |
| HSL | 79.57º | 0.58% | 0.54% | - |
| HSV(B) | 79.57º | 0.67% | 0.81% | - |
| XYZ | 37.81 | 52.14 | 13.54 | - |
| YUV | 176.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 68 | 0.22 | 0 | 0.67 | 0.19 | 79.57 | 0.58 | 0.54 |
| Hex | A1 | CE | 44 | 16 | 0 | 43 | 13 | 50 | 3A | 36 |
| Octal | 241 | 316 | 104 | 26 | 0 | 103 | 23 | 120 | 72 | 66 |
| Binary | 10100001 | 11001110 | 1000100 | 10110 | 0 | 1000011 | 10011 | 1010000 | 111010 | 110110 |
Color Harmonies of #A1CE44
Complementary color
Monochromatic Colors of #A1CE44
Black with #A1CE44
Text Example
Text Example
White with #A1CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE44; }
p { color: rgb(161,206,68); }
H1.HeaderClassName
{
color: #A1CE44;
}
.AnyTagClassName
{
color: #A1CE44;
}
</style>
background-color css
<style>
a { background-color: #A1CE44; }
a { background-color: rgb(161,206,68); }
div.DivClassName
{
background-color: #A1CE44;
}
.BgClassName
{
background-color: #A1CE44;
}
</style>
border-color css
<style>
span { border-color: #A1CE44; }
span { border-color: rgb(161,206,68); }
td.TdClassName
{
border-color: #A1CE44;
}
.TagClassName
{
border-color: #A1CE44;
}
</style>