Shades of Atlantis #A6DF3C
Tints of Atlantis #A6DF3C
RGB
CMYK
RGB Variations
Color information
#A6DF3C (or 0xA6DF3C) is known color: Atlantis. HEX triplet: A6, DF and 3C. RGB value is (166,223,60). Sum of RGB (Red+Green+Blue) = 166+223+60=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF3C is #5920C3. Grayscale: #BBBBBB. Windows color (decimal): -5841092 or 3989414. OLE color: 3989414.
HSL color Cylindrical-coordinate representation of color #A6DF3C: hue angle of 80.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6DF3C is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 60 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.13 |
| HSL | 80.98º | 0.72% | 0.55% | - |
| HSV(B) | 80.98º | 0.73% | 0.87% | - |
| XYZ | 42.93 | 61.21 | 13.83 | - |
| YUV | 187.38 | 56.12 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 60 | 0.26 | 0 | 0.73 | 0.13 | 80.98 | 0.72 | 0.55 |
| Hex | A6 | DF | 3C | 1A | 0 | 49 | D | 51 | 48 | 37 |
| Octal | 246 | 337 | 74 | 32 | 0 | 111 | 15 | 121 | 110 | 67 |
| Binary | 10100110 | 11011111 | 111100 | 11010 | 0 | 1001001 | 1101 | 1010001 | 1001000 | 110111 |
Color Harmonies of #A6DF3C
Complementary color
Monochromatic Colors of #A6DF3C
Black with #A6DF3C
Text Example
Text Example
White with #A6DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF3C; }
p { color: rgb(166,223,60); }
H1.HeaderClassName
{
color: #A6DF3C;
}
.AnyTagClassName
{
color: #A6DF3C;
}
</style>
background-color css
<style>
a { background-color: #A6DF3C; }
a { background-color: rgb(166,223,60); }
div.DivClassName
{
background-color: #A6DF3C;
}
.BgClassName
{
background-color: #A6DF3C;
}
</style>
border-color css
<style>
span { border-color: #A6DF3C; }
span { border-color: rgb(166,223,60); }
td.TdClassName
{
border-color: #A6DF3C;
}
.TagClassName
{
border-color: #A6DF3C;
}
</style>