Shades of Atlantis #A1DC43
Tints of Atlantis #A1DC43
RGB
CMYK
RGB Variations
Color information
#A1DC43 (or 0xA1DC43) is known color: Atlantis. HEX triplet: A1, DC and 43. RGB value is (161,220,67). Sum of RGB (Red+Green+Blue) = 161+220+67=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DC43 is #5E23BC. Grayscale: #B9B9B9. Windows color (decimal): -6169533 or 4447393. OLE color: 4447393.
HSL color Cylindrical-coordinate representation of color #A1DC43: hue angle of 83.14º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1DC43 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 67 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.14 |
| HSL | 83.14º | 0.69% | 0.56% | - |
| HSV(B) | 83.14º | 0.7% | 0.86% | - |
| XYZ | 41.3 | 59.17 | 14.55 | - |
| YUV | 184.92 | 61.45 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 67 | 0.27 | 0 | 0.70 | 0.14 | 83.14 | 0.69 | 0.56 |
| Hex | A1 | DC | 43 | 1B | 0 | 46 | E | 53 | 45 | 38 |
| Octal | 241 | 334 | 103 | 33 | 0 | 106 | 16 | 123 | 105 | 70 |
| Binary | 10100001 | 11011100 | 1000011 | 11011 | 0 | 1000110 | 1110 | 1010011 | 1000101 | 111000 |
Color Harmonies of #A1DC43
Complementary color
Monochromatic Colors of #A1DC43
Black with #A1DC43
Text Example
Text Example
White with #A1DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC43; }
p { color: rgb(161,220,67); }
H1.HeaderClassName
{
color: #A1DC43;
}
.AnyTagClassName
{
color: #A1DC43;
}
</style>
background-color css
<style>
a { background-color: #A1DC43; }
a { background-color: rgb(161,220,67); }
div.DivClassName
{
background-color: #A1DC43;
}
.BgClassName
{
background-color: #A1DC43;
}
</style>
border-color css
<style>
span { border-color: #A1DC43; }
span { border-color: rgb(161,220,67); }
td.TdClassName
{
border-color: #A1DC43;
}
.TagClassName
{
border-color: #A1DC43;
}
</style>