Shades of Atlantis #A6C73C
Tints of Atlantis #A6C73C
RGB
CMYK
RGB Variations
Color information
#A6C73C (or 0xA6C73C) is known color: Atlantis. HEX triplet: A6, C7 and 3C. RGB value is (166,199,60). Sum of RGB (Red+Green+Blue) = 166+199+60=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C73C is #5938C3. Grayscale: #ADADAD. Windows color (decimal): -5847236 or 3983270. OLE color: 3983270.
HSL color Cylindrical-coordinate representation of color #A6C73C: hue angle of 74.24º degrees, saturation: 0.55, 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 #A6C73C is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 60 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.22 |
| HSL | 74.24º | 0.55% | 0.51% | - |
| HSV(B) | 74.24º | 0.7% | 0.78% | - |
| XYZ | 36.96 | 49.28 | 11.84 | - |
| YUV | 173.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 60 | 0.17 | 0 | 0.70 | 0.22 | 74.24 | 0.55 | 0.51 |
| Hex | A6 | C7 | 3C | 11 | 0 | 46 | 16 | 4A | 37 | 33 |
| Octal | 246 | 307 | 74 | 21 | 0 | 106 | 26 | 112 | 67 | 63 |
| Binary | 10100110 | 11000111 | 111100 | 10001 | 0 | 1000110 | 10110 | 1001010 | 110111 | 110011 |
Color Harmonies of #A6C73C
Complementary color
Monochromatic Colors of #A6C73C
Black with #A6C73C
Text Example
Text Example
White with #A6C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C73C; }
p { color: rgb(166,199,60); }
H1.HeaderClassName
{
color: #A6C73C;
}
.AnyTagClassName
{
color: #A6C73C;
}
</style>
background-color css
<style>
a { background-color: #A6C73C; }
a { background-color: rgb(166,199,60); }
div.DivClassName
{
background-color: #A6C73C;
}
.BgClassName
{
background-color: #A6C73C;
}
</style>
border-color css
<style>
span { border-color: #A6C73C; }
span { border-color: rgb(166,199,60); }
td.TdClassName
{
border-color: #A6C73C;
}
.TagClassName
{
border-color: #A6C73C;
}
</style>