Shades of Atlantis #A6D236
Tints of Atlantis #A6D236
RGB
CMYK
RGB Variations
Color information
#A6D236 (or 0xA6D236) is known color: Atlantis. HEX triplet: A6, D2 and 36. RGB value is (166,210,54). Sum of RGB (Red+Green+Blue) = 166+210+54=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D236 is #592DC9. Grayscale: #B3B3B3. Windows color (decimal): -5844426 or 3592870. OLE color: 3592870.
HSL color Cylindrical-coordinate representation of color #A6D236: hue angle of 76.92º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6D236 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 54 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.18 |
| HSL | 76.92º | 0.63% | 0.52% | - |
| HSV(B) | 76.92º | 0.74% | 0.82% | - |
| XYZ | 39.44 | 54.47 | 11.92 | - |
| YUV | 179.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 54 | 0.21 | 0 | 0.74 | 0.18 | 76.92 | 0.63 | 0.52 |
| Hex | A6 | D2 | 36 | 15 | 0 | 4A | 12 | 4D | 3F | 34 |
| Octal | 246 | 322 | 66 | 25 | 0 | 112 | 22 | 115 | 77 | 64 |
| Binary | 10100110 | 11010010 | 110110 | 10101 | 0 | 1001010 | 10010 | 1001101 | 111111 | 110100 |
Color Harmonies of #A6D236
Complementary color
Monochromatic Colors of #A6D236
Black with #A6D236
Text Example
Text Example
White with #A6D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D236; }
p { color: rgb(166,210,54); }
H1.HeaderClassName
{
color: #A6D236;
}
.AnyTagClassName
{
color: #A6D236;
}
</style>
background-color css
<style>
a { background-color: #A6D236; }
a { background-color: rgb(166,210,54); }
div.DivClassName
{
background-color: #A6D236;
}
.BgClassName
{
background-color: #A6D236;
}
</style>
border-color css
<style>
span { border-color: #A6D236; }
span { border-color: rgb(166,210,54); }
td.TdClassName
{
border-color: #A6D236;
}
.TagClassName
{
border-color: #A6D236;
}
</style>