Shades of Atlantis #A1DC34
Tints of Atlantis #A1DC34
RGB
CMYK
RGB Variations
Color information
#A1DC34 (or 0xA1DC34) is known color: Atlantis. HEX triplet: A1, DC and 34. RGB value is (161,220,52). Sum of RGB (Red+Green+Blue) = 161+220+52=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DC34 is #5E23CB. Grayscale: #B7B7B7. Windows color (decimal): -6169548 or 3464353. OLE color: 3464353.
HSL color Cylindrical-coordinate representation of color #A1DC34: hue angle of 81.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1DC34 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 52 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.14 |
| HSL | 81.07º | 0.71% | 0.53% | - |
| HSV(B) | 81.07º | 0.76% | 0.86% | - |
| XYZ | 40.91 | 59.01 | 12.48 | - |
| YUV | 183.21 | 53.95 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 52 | 0.27 | 0 | 0.76 | 0.14 | 81.07 | 0.71 | 0.53 |
| Hex | A1 | DC | 34 | 1B | 0 | 4C | E | 51 | 47 | 35 |
| Octal | 241 | 334 | 64 | 33 | 0 | 114 | 16 | 121 | 107 | 65 |
| Binary | 10100001 | 11011100 | 110100 | 11011 | 0 | 1001100 | 1110 | 1010001 | 1000111 | 110101 |
Color Harmonies of #A1DC34
Complementary color
Monochromatic Colors of #A1DC34
Black with #A1DC34
Text Example
Text Example
White with #A1DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC34; }
p { color: rgb(161,220,52); }
H1.HeaderClassName
{
color: #A1DC34;
}
.AnyTagClassName
{
color: #A1DC34;
}
</style>
background-color css
<style>
a { background-color: #A1DC34; }
a { background-color: rgb(161,220,52); }
div.DivClassName
{
background-color: #A1DC34;
}
.BgClassName
{
background-color: #A1DC34;
}
</style>
border-color css
<style>
span { border-color: #A1DC34; }
span { border-color: rgb(161,220,52); }
td.TdClassName
{
border-color: #A1DC34;
}
.TagClassName
{
border-color: #A1DC34;
}
</style>