Shades of Atlantis #A1CE38
Tints of Atlantis #A1CE38
RGB
CMYK
RGB Variations
Color information
#A1CE38 (or 0xA1CE38) is known color: Atlantis. HEX triplet: A1, CE and 38. RGB value is (161,206,56). Sum of RGB (Red+Green+Blue) = 161+206+56=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE38 is #5E31C7. Grayscale: #AFAFAF. Windows color (decimal): -6173128 or 3722913. OLE color: 3722913.
HSL color Cylindrical-coordinate representation of color #A1CE38: hue angle of 78º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1CE38 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 56 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.19 |
| HSL | 78º | 0.6% | 0.51% | - |
| HSV(B) | 78º | 0.73% | 0.81% | - |
| XYZ | 37.48 | 52.01 | 11.8 | - |
| YUV | 175.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 56 | 0.22 | 0 | 0.73 | 0.19 | 78 | 0.6 | 0.51 |
| Hex | A1 | CE | 38 | 16 | 0 | 49 | 13 | 4E | 3C | 33 |
| Octal | 241 | 316 | 70 | 26 | 0 | 111 | 23 | 116 | 74 | 63 |
| Binary | 10100001 | 11001110 | 111000 | 10110 | 0 | 1001001 | 10011 | 1001110 | 111100 | 110011 |
Color Harmonies of #A1CE38
Complementary color
Monochromatic Colors of #A1CE38
Black with #A1CE38
Text Example
Text Example
White with #A1CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE38; }
p { color: rgb(161,206,56); }
H1.HeaderClassName
{
color: #A1CE38;
}
.AnyTagClassName
{
color: #A1CE38;
}
</style>
background-color css
<style>
a { background-color: #A1CE38; }
a { background-color: rgb(161,206,56); }
div.DivClassName
{
background-color: #A1CE38;
}
.BgClassName
{
background-color: #A1CE38;
}
</style>
border-color css
<style>
span { border-color: #A1CE38; }
span { border-color: rgb(161,206,56); }
td.TdClassName
{
border-color: #A1CE38;
}
.TagClassName
{
border-color: #A1CE38;
}
</style>