Shades of Atlantis #A6C63C
Tints of Atlantis #A6C63C
RGB
CMYK
RGB Variations
Color information
#A6C63C (or 0xA6C63C) is known color: Atlantis. HEX triplet: A6, C6 and 3C. RGB value is (166,198,60). Sum of RGB (Red+Green+Blue) = 166+198+60=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C63C is #5939C3. Grayscale: #ADADAD. Windows color (decimal): -5847492 or 3983014. OLE color: 3983014.
HSL color Cylindrical-coordinate representation of color #A6C63C: hue angle of 73.91º 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 #A6C63C is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 60 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.22 |
| HSL | 73.91º | 0.55% | 0.51% | - |
| HSV(B) | 73.91º | 0.7% | 0.78% | - |
| XYZ | 36.74 | 48.82 | 11.76 | - |
| YUV | 172.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 60 | 0.16 | 0 | 0.70 | 0.22 | 73.91 | 0.55 | 0.51 |
| Hex | A6 | C6 | 3C | 10 | 0 | 46 | 16 | 4A | 37 | 33 |
| Octal | 246 | 306 | 74 | 20 | 0 | 106 | 26 | 112 | 67 | 63 |
| Binary | 10100110 | 11000110 | 111100 | 10000 | 0 | 1000110 | 10110 | 1001010 | 110111 | 110011 |
Color Harmonies of #A6C63C
Complementary color
Monochromatic Colors of #A6C63C
Black with #A6C63C
Text Example
Text Example
White with #A6C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C63C; }
p { color: rgb(166,198,60); }
H1.HeaderClassName
{
color: #A6C63C;
}
.AnyTagClassName
{
color: #A6C63C;
}
</style>
background-color css
<style>
a { background-color: #A6C63C; }
a { background-color: rgb(166,198,60); }
div.DivClassName
{
background-color: #A6C63C;
}
.BgClassName
{
background-color: #A6C63C;
}
</style>
border-color css
<style>
span { border-color: #A6C63C; }
span { border-color: rgb(166,198,60); }
td.TdClassName
{
border-color: #A6C63C;
}
.TagClassName
{
border-color: #A6C63C;
}
</style>