Shades of Atlantis #A6E13D
Tints of Atlantis #A6E13D
RGB
CMYK
RGB Variations
Color information
#A6E13D (or 0xA6E13D) is known color: Atlantis. HEX triplet: A6, E1 and 3D. RGB value is (166,225,61). Sum of RGB (Red+Green+Blue) = 166+225+61=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E13D is #591EC2. Grayscale: #BDBDBD. Windows color (decimal): -5840579 or 4055462. OLE color: 4055462.
HSL color Cylindrical-coordinate representation of color #A6E13D: hue angle of 81.59º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6E13D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 61 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.12 |
| HSL | 81.59º | 0.73% | 0.56% | - |
| HSV(B) | 81.59º | 0.73% | 0.88% | - |
| XYZ | 43.49 | 62.29 | 14.15 | - |
| YUV | 188.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 61 | 0.26 | 0 | 0.73 | 0.12 | 81.59 | 0.73 | 0.56 |
| Hex | A6 | E1 | 3D | 1A | 0 | 49 | C | 52 | 49 | 38 |
| Octal | 246 | 341 | 75 | 32 | 0 | 111 | 14 | 122 | 111 | 70 |
| Binary | 10100110 | 11100001 | 111101 | 11010 | 0 | 1001001 | 1100 | 1010010 | 1001001 | 111000 |
Color Harmonies of #A6E13D
Complementary color
Monochromatic Colors of #A6E13D
Black with #A6E13D
Text Example
Text Example
White with #A6E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E13D; }
p { color: rgb(166,225,61); }
H1.HeaderClassName
{
color: #A6E13D;
}
.AnyTagClassName
{
color: #A6E13D;
}
</style>
background-color css
<style>
a { background-color: #A6E13D; }
a { background-color: rgb(166,225,61); }
div.DivClassName
{
background-color: #A6E13D;
}
.BgClassName
{
background-color: #A6E13D;
}
</style>
border-color css
<style>
span { border-color: #A6E13D; }
span { border-color: rgb(166,225,61); }
td.TdClassName
{
border-color: #A6E13D;
}
.TagClassName
{
border-color: #A6E13D;
}
</style>