Shades of Atlantis #A6C741
Tints of Atlantis #A6C741
RGB
CMYK
RGB Variations
Color information
#A6C741 (or 0xA6C741) is known color: Atlantis. HEX triplet: A6, C7 and 41. RGB value is (166,199,65). Sum of RGB (Red+Green+Blue) = 166+199+65=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C741 is #5938BE. Grayscale: #AEAEAE. Windows color (decimal): -5847231 or 4310950. OLE color: 4310950.
HSL color Cylindrical-coordinate representation of color #A6C741: hue angle of 74.78º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6C741 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 65 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.22 |
| HSL | 74.78º | 0.54% | 0.52% | - |
| HSV(B) | 74.78º | 0.67% | 0.78% | - |
| XYZ | 37.1 | 49.34 | 12.57 | - |
| YUV | 173.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 65 | 0.17 | 0 | 0.67 | 0.22 | 74.78 | 0.54 | 0.52 |
| Hex | A6 | C7 | 41 | 11 | 0 | 43 | 16 | 4B | 36 | 34 |
| Octal | 246 | 307 | 101 | 21 | 0 | 103 | 26 | 113 | 66 | 64 |
| Binary | 10100110 | 11000111 | 1000001 | 10001 | 0 | 1000011 | 10110 | 1001011 | 110110 | 110100 |
Color Harmonies of #A6C741
Complementary color
Monochromatic Colors of #A6C741
Black with #A6C741
Text Example
Text Example
White with #A6C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C741; }
p { color: rgb(166,199,65); }
H1.HeaderClassName
{
color: #A6C741;
}
.AnyTagClassName
{
color: #A6C741;
}
</style>
background-color css
<style>
a { background-color: #A6C741; }
a { background-color: rgb(166,199,65); }
div.DivClassName
{
background-color: #A6C741;
}
.BgClassName
{
background-color: #A6C741;
}
</style>
border-color css
<style>
span { border-color: #A6C741; }
span { border-color: rgb(166,199,65); }
td.TdClassName
{
border-color: #A6C741;
}
.TagClassName
{
border-color: #A6C741;
}
</style>