Shades of Atlantis #A6D934
Tints of Atlantis #A6D934
RGB
CMYK
RGB Variations
Color information
#A6D934 (or 0xA6D934) is known color: Atlantis. HEX triplet: A6, D9 and 34. RGB value is (166,217,52). Sum of RGB (Red+Green+Blue) = 166+217+52=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D934 is #5926CB. Grayscale: #B7B7B7. Windows color (decimal): -5842636 or 3463590. OLE color: 3463590.
HSL color Cylindrical-coordinate representation of color #A6D934: hue angle of 78.55º degrees, saturation: 0.68, 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 #A6D934 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 52 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.15 |
| HSL | 78.55º | 0.68% | 0.53% | - |
| HSV(B) | 78.55º | 0.76% | 0.85% | - |
| XYZ | 41.16 | 57.98 | 12.27 | - |
| YUV | 182.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 52 | 0.24 | 0 | 0.76 | 0.15 | 78.55 | 0.68 | 0.53 |
| Hex | A6 | D9 | 34 | 18 | 0 | 4C | F | 4F | 44 | 35 |
| Octal | 246 | 331 | 64 | 30 | 0 | 114 | 17 | 117 | 104 | 65 |
| Binary | 10100110 | 11011001 | 110100 | 11000 | 0 | 1001100 | 1111 | 1001111 | 1000100 | 110101 |
Color Harmonies of #A6D934
Complementary color
Monochromatic Colors of #A6D934
Black with #A6D934
Text Example
Text Example
White with #A6D934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D934; }
p { color: rgb(166,217,52); }
H1.HeaderClassName
{
color: #A6D934;
}
.AnyTagClassName
{
color: #A6D934;
}
</style>
background-color css
<style>
a { background-color: #A6D934; }
a { background-color: rgb(166,217,52); }
div.DivClassName
{
background-color: #A6D934;
}
.BgClassName
{
background-color: #A6D934;
}
</style>
border-color css
<style>
span { border-color: #A6D934; }
span { border-color: rgb(166,217,52); }
td.TdClassName
{
border-color: #A6D934;
}
.TagClassName
{
border-color: #A6D934;
}
</style>