Shades of Atlantis #A1DA34
Tints of Atlantis #A1DA34
RGB
CMYK
RGB Variations
Color information
#A1DA34 (or 0xA1DA34) is known color: Atlantis. HEX triplet: A1, DA and 34. RGB value is (161,218,52). Sum of RGB (Red+Green+Blue) = 161+218+52=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA34 is #5E25CB. Grayscale: #B6B6B6. Windows color (decimal): -6170060 or 3463841. OLE color: 3463841.
HSL color Cylindrical-coordinate representation of color #A1DA34: hue angle of 80.6º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1DA34 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 52 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.15 |
| HSL | 80.6º | 0.69% | 0.53% | - |
| HSV(B) | 80.6º | 0.76% | 0.85% | - |
| XYZ | 40.39 | 57.97 | 12.31 | - |
| YUV | 182.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 52 | 0.26 | 0 | 0.76 | 0.15 | 80.6 | 0.69 | 0.53 |
| Hex | A1 | DA | 34 | 1A | 0 | 4C | F | 51 | 45 | 35 |
| Octal | 241 | 332 | 64 | 32 | 0 | 114 | 17 | 121 | 105 | 65 |
| Binary | 10100001 | 11011010 | 110100 | 11010 | 0 | 1001100 | 1111 | 1010001 | 1000101 | 110101 |
Color Harmonies of #A1DA34
Complementary color
Monochromatic Colors of #A1DA34
Black with #A1DA34
Text Example
Text Example
White with #A1DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA34; }
p { color: rgb(161,218,52); }
H1.HeaderClassName
{
color: #A1DA34;
}
.AnyTagClassName
{
color: #A1DA34;
}
</style>
background-color css
<style>
a { background-color: #A1DA34; }
a { background-color: rgb(161,218,52); }
div.DivClassName
{
background-color: #A1DA34;
}
.BgClassName
{
background-color: #A1DA34;
}
</style>
border-color css
<style>
span { border-color: #A1DA34; }
span { border-color: rgb(161,218,52); }
td.TdClassName
{
border-color: #A1DA34;
}
.TagClassName
{
border-color: #A1DA34;
}
</style>