Shades of Atlantis #A6DF2F
Tints of Atlantis #A6DF2F
RGB
CMYK
RGB Variations
Color information
#A6DF2F (or 0xA6DF2F) is known color: Atlantis. HEX triplet: A6, DF and 2F. RGB value is (166,223,47). Sum of RGB (Red+Green+Blue) = 166+223+47=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF2F is #5920D0. Grayscale: #BABABA. Windows color (decimal): -5841105 or 3137446. OLE color: 3137446.
HSL color Cylindrical-coordinate representation of color #A6DF2F: hue angle of 79.43º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6DF2F is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 47 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.13 |
| HSL | 79.43º | 0.73% | 0.53% | - |
| HSV(B) | 79.43º | 0.79% | 0.87% | - |
| XYZ | 42.63 | 61.09 | 12.23 | - |
| YUV | 185.89 | 49.62 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 47 | 0.26 | 0 | 0.79 | 0.13 | 79.43 | 0.73 | 0.53 |
| Hex | A6 | DF | 2F | 1A | 0 | 4F | D | 4F | 49 | 35 |
| Octal | 246 | 337 | 57 | 32 | 0 | 117 | 15 | 117 | 111 | 65 |
| Binary | 10100110 | 11011111 | 101111 | 11010 | 0 | 1001111 | 1101 | 1001111 | 1001001 | 110101 |
Color Harmonies of #A6DF2F
Complementary color
Monochromatic Colors of #A6DF2F
Black with #A6DF2F
Text Example
Text Example
White with #A6DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF2F; }
p { color: rgb(166,223,47); }
H1.HeaderClassName
{
color: #A6DF2F;
}
.AnyTagClassName
{
color: #A6DF2F;
}
</style>
background-color css
<style>
a { background-color: #A6DF2F; }
a { background-color: rgb(166,223,47); }
div.DivClassName
{
background-color: #A6DF2F;
}
.BgClassName
{
background-color: #A6DF2F;
}
</style>
border-color css
<style>
span { border-color: #A6DF2F; }
span { border-color: rgb(166,223,47); }
td.TdClassName
{
border-color: #A6DF2F;
}
.TagClassName
{
border-color: #A6DF2F;
}
</style>