Shades of Atlantis #A6E43B
Tints of Atlantis #A6E43B
RGB
CMYK
RGB Variations
Color information
#A6E43B (or 0xA6E43B) is known color: Atlantis. HEX triplet: A6, E4 and 3B. RGB value is (166,228,59). Sum of RGB (Red+Green+Blue) = 166+228+59=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E43B is #591BC4. Grayscale: #BEBEBE. Windows color (decimal): -5839813 or 3925158. OLE color: 3925158.
HSL color Cylindrical-coordinate representation of color #A6E43B: hue angle of 82.01º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6E43B is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 59 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.11 |
| HSL | 82.01º | 0.76% | 0.56% | - |
| HSV(B) | 82.01º | 0.74% | 0.89% | - |
| XYZ | 44.26 | 63.91 | 14.14 | - |
| YUV | 190.2 | 53.96 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 59 | 0.27 | 0 | 0.74 | 0.11 | 82.01 | 0.76 | 0.56 |
| Hex | A6 | E4 | 3B | 1B | 0 | 4A | B | 52 | 4C | 38 |
| Octal | 246 | 344 | 73 | 33 | 0 | 112 | 13 | 122 | 114 | 70 |
| Binary | 10100110 | 11100100 | 111011 | 11011 | 0 | 1001010 | 1011 | 1010010 | 1001100 | 111000 |
Color Harmonies of #A6E43B
Complementary color
Monochromatic Colors of #A6E43B
Black with #A6E43B
Text Example
Text Example
White with #A6E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E43B; }
p { color: rgb(166,228,59); }
H1.HeaderClassName
{
color: #A6E43B;
}
.AnyTagClassName
{
color: #A6E43B;
}
</style>
background-color css
<style>
a { background-color: #A6E43B; }
a { background-color: rgb(166,228,59); }
div.DivClassName
{
background-color: #A6E43B;
}
.BgClassName
{
background-color: #A6E43B;
}
</style>
border-color css
<style>
span { border-color: #A6E43B; }
span { border-color: rgb(166,228,59); }
td.TdClassName
{
border-color: #A6E43B;
}
.TagClassName
{
border-color: #A6E43B;
}
</style>