Shades of Atlantis #A6E03F
Tints of Atlantis #A6E03F
RGB
CMYK
RGB Variations
Color information
#A6E03F (or 0xA6E03F) is known color: Atlantis. HEX triplet: A6, E0 and 3F. RGB value is (166,224,63). Sum of RGB (Red+Green+Blue) = 166+224+63=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E03F is #591FC0. Grayscale: #BCBCBC. Windows color (decimal): -5840833 or 4186278. OLE color: 4186278.
HSL color Cylindrical-coordinate representation of color #A6E03F: hue angle of 81.61º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6E03F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 63 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.12 |
| HSL | 81.61º | 0.72% | 0.56% | - |
| HSV(B) | 81.61º | 0.72% | 0.88% | - |
| XYZ | 43.28 | 61.78 | 14.35 | - |
| YUV | 188.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 63 | 0.26 | 0 | 0.72 | 0.12 | 81.61 | 0.72 | 0.56 |
| Hex | A6 | E0 | 3F | 1A | 0 | 48 | C | 52 | 48 | 38 |
| Octal | 246 | 340 | 77 | 32 | 0 | 110 | 14 | 122 | 110 | 70 |
| Binary | 10100110 | 11100000 | 111111 | 11010 | 0 | 1001000 | 1100 | 1010010 | 1001000 | 111000 |
Color Harmonies of #A6E03F
Complementary color
Monochromatic Colors of #A6E03F
Black with #A6E03F
Text Example
Text Example
White with #A6E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E03F; }
p { color: rgb(166,224,63); }
H1.HeaderClassName
{
color: #A6E03F;
}
.AnyTagClassName
{
color: #A6E03F;
}
</style>
background-color css
<style>
a { background-color: #A6E03F; }
a { background-color: rgb(166,224,63); }
div.DivClassName
{
background-color: #A6E03F;
}
.BgClassName
{
background-color: #A6E03F;
}
</style>
border-color css
<style>
span { border-color: #A6E03F; }
span { border-color: rgb(166,224,63); }
td.TdClassName
{
border-color: #A6E03F;
}
.TagClassName
{
border-color: #A6E03F;
}
</style>