Shades of Atlantis #A6DA33
Tints of Atlantis #A6DA33
RGB
CMYK
RGB Variations
Color information
#A6DA33 (or 0xA6DA33) is known color: Atlantis. HEX triplet: A6, DA and 33. RGB value is (166,218,51). Sum of RGB (Red+Green+Blue) = 166+218+51=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA33 is #5925CC. Grayscale: #B8B8B8. Windows color (decimal): -5842381 or 3398310. OLE color: 3398310.
HSL color Cylindrical-coordinate representation of color #A6DA33: hue angle of 78.68º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6DA33 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 51 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.15 |
| HSL | 78.68º | 0.69% | 0.53% | - |
| HSV(B) | 78.68º | 0.77% | 0.85% | - |
| XYZ | 41.39 | 58.49 | 12.24 | - |
| YUV | 183.41 | 53.27 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 51 | 0.24 | 0 | 0.77 | 0.15 | 78.68 | 0.69 | 0.53 |
| Hex | A6 | DA | 33 | 18 | 0 | 4D | F | 4F | 45 | 35 |
| Octal | 246 | 332 | 63 | 30 | 0 | 115 | 17 | 117 | 105 | 65 |
| Binary | 10100110 | 11011010 | 110011 | 11000 | 0 | 1001101 | 1111 | 1001111 | 1000101 | 110101 |
Color Harmonies of #A6DA33
Complementary color
Monochromatic Colors of #A6DA33
Black with #A6DA33
Text Example
Text Example
White with #A6DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA33; }
p { color: rgb(166,218,51); }
H1.HeaderClassName
{
color: #A6DA33;
}
.AnyTagClassName
{
color: #A6DA33;
}
</style>
background-color css
<style>
a { background-color: #A6DA33; }
a { background-color: rgb(166,218,51); }
div.DivClassName
{
background-color: #A6DA33;
}
.BgClassName
{
background-color: #A6DA33;
}
</style>
border-color css
<style>
span { border-color: #A6DA33; }
span { border-color: rgb(166,218,51); }
td.TdClassName
{
border-color: #A6DA33;
}
.TagClassName
{
border-color: #A6DA33;
}
</style>