Shades of Atlantis #A6C83C
Tints of Atlantis #A6C83C
RGB
CMYK
RGB Variations
Color information
#A6C83C (or 0xA6C83C) is known color: Atlantis. HEX triplet: A6, C8 and 3C. RGB value is (166,200,60). Sum of RGB (Red+Green+Blue) = 166+200+60=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C83C is #5937C3. Grayscale: #AEAEAE. Windows color (decimal): -5846980 or 3983526. OLE color: 3983526.
HSL color Cylindrical-coordinate representation of color #A6C83C: hue angle of 74.57º 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 #A6C83C is Cyan = 0.17, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 60 | - |
| CMYK | 0.17 | 0 | 0.7 | 0.22 |
| HSL | 74.57º | 0.56% | 0.51% | - |
| HSV(B) | 74.57º | 0.7% | 0.78% | - |
| XYZ | 37.2 | 49.74 | 11.92 | - |
| YUV | 173.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 60 | 0.17 | 0 | 0.7 | 0.22 | 74.57 | 0.56 | 0.51 |
| Hex | A6 | C8 | 3C | 11 | 0 | 46 | 16 | 4B | 38 | 33 |
| Octal | 246 | 310 | 74 | 21 | 0 | 106 | 26 | 113 | 70 | 63 |
| Binary | 10100110 | 11001000 | 111100 | 10001 | 0 | 1000110 | 10110 | 1001011 | 111000 | 110011 |
Color Harmonies of #A6C83C
Complementary color
Monochromatic Colors of #A6C83C
Black with #A6C83C
Text Example
Text Example
White with #A6C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C83C; }
p { color: rgb(166,200,60); }
H1.HeaderClassName
{
color: #A6C83C;
}
.AnyTagClassName
{
color: #A6C83C;
}
</style>
background-color css
<style>
a { background-color: #A6C83C; }
a { background-color: rgb(166,200,60); }
div.DivClassName
{
background-color: #A6C83C;
}
.BgClassName
{
background-color: #A6C83C;
}
</style>
border-color css
<style>
span { border-color: #A6C83C; }
span { border-color: rgb(166,200,60); }
td.TdClassName
{
border-color: #A6C83C;
}
.TagClassName
{
border-color: #A6C83C;
}
</style>