Shades of Atlantis #A6DB3C
Tints of Atlantis #A6DB3C
RGB
CMYK
RGB Variations
Color information
#A6DB3C (or 0xA6DB3C) is known color: Atlantis. HEX triplet: A6, DB and 3C. RGB value is (166,219,60). Sum of RGB (Red+Green+Blue) = 166+219+60=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB3C is #5924C3. Grayscale: #B9B9B9. Windows color (decimal): -5842116 or 3988390. OLE color: 3988390.
HSL color Cylindrical-coordinate representation of color #A6DB3C: hue angle of 80º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6DB3C is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 60 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.14 |
| HSL | 80º | 0.69% | 0.55% | - |
| HSV(B) | 80º | 0.73% | 0.86% | - |
| XYZ | 41.87 | 59.1 | 13.47 | - |
| YUV | 185.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 60 | 0.24 | 0 | 0.73 | 0.14 | 80 | 0.69 | 0.55 |
| Hex | A6 | DB | 3C | 18 | 0 | 49 | E | 50 | 45 | 37 |
| Octal | 246 | 333 | 74 | 30 | 0 | 111 | 16 | 120 | 105 | 67 |
| Binary | 10100110 | 11011011 | 111100 | 11000 | 0 | 1001001 | 1110 | 1010000 | 1000101 | 110111 |
Color Harmonies of #A6DB3C
Complementary color
Monochromatic Colors of #A6DB3C
Black with #A6DB3C
Text Example
Text Example
White with #A6DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB3C; }
p { color: rgb(166,219,60); }
H1.HeaderClassName
{
color: #A6DB3C;
}
.AnyTagClassName
{
color: #A6DB3C;
}
</style>
background-color css
<style>
a { background-color: #A6DB3C; }
a { background-color: rgb(166,219,60); }
div.DivClassName
{
background-color: #A6DB3C;
}
.BgClassName
{
background-color: #A6DB3C;
}
</style>
border-color css
<style>
span { border-color: #A6DB3C; }
span { border-color: rgb(166,219,60); }
td.TdClassName
{
border-color: #A6DB3C;
}
.TagClassName
{
border-color: #A6DB3C;
}
</style>