Shades of Atlantis #A6C73B
Tints of Atlantis #A6C73B
RGB
CMYK
RGB Variations
Color information
#A6C73B (or 0xA6C73B) is known color: Atlantis. HEX triplet: A6, C7 and 3B. RGB value is (166,199,59). Sum of RGB (Red+Green+Blue) = 166+199+59=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C73B is #5938C4. Grayscale: #ADADAD. Windows color (decimal): -5847237 or 3917734. OLE color: 3917734.
HSL color Cylindrical-coordinate representation of color #A6C73B: hue angle of 74.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6C73B is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 59 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.22 |
| HSL | 74.14º | 0.56% | 0.51% | - |
| HSV(B) | 74.14º | 0.7% | 0.78% | - |
| XYZ | 36.94 | 49.27 | 11.7 | - |
| YUV | 173.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 59 | 0.17 | 0 | 0.70 | 0.22 | 74.14 | 0.56 | 0.51 |
| Hex | A6 | C7 | 3B | 11 | 0 | 46 | 16 | 4A | 38 | 33 |
| Octal | 246 | 307 | 73 | 21 | 0 | 106 | 26 | 112 | 70 | 63 |
| Binary | 10100110 | 11000111 | 111011 | 10001 | 0 | 1000110 | 10110 | 1001010 | 111000 | 110011 |
Color Harmonies of #A6C73B
Complementary color
Monochromatic Colors of #A6C73B
Black with #A6C73B
Text Example
Text Example
White with #A6C73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C73B; }
p { color: rgb(166,199,59); }
H1.HeaderClassName
{
color: #A6C73B;
}
.AnyTagClassName
{
color: #A6C73B;
}
</style>
background-color css
<style>
a { background-color: #A6C73B; }
a { background-color: rgb(166,199,59); }
div.DivClassName
{
background-color: #A6C73B;
}
.BgClassName
{
background-color: #A6C73B;
}
</style>
border-color css
<style>
span { border-color: #A6C73B; }
span { border-color: rgb(166,199,59); }
td.TdClassName
{
border-color: #A6C73B;
}
.TagClassName
{
border-color: #A6C73B;
}
</style>