Shades of Atlantis #A6C938
Tints of Atlantis #A6C938
RGB
CMYK
RGB Variations
Color information
#A6C938 (or 0xA6C938) is known color: Atlantis. HEX triplet: A6, C9 and 38. RGB value is (166,201,56). Sum of RGB (Red+Green+Blue) = 166+201+56=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C938 is #5936C7. Grayscale: #AEAEAE. Windows color (decimal): -5846728 or 3721638. OLE color: 3721638.
HSL color Cylindrical-coordinate representation of color #A6C938: hue angle of 74.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6C938 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 56 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.21 |
| HSL | 74.48º | 0.57% | 0.5% | - |
| HSV(B) | 74.48º | 0.72% | 0.79% | - |
| XYZ | 37.33 | 50.17 | 11.46 | - |
| YUV | 174.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 56 | 0.17 | 0 | 0.72 | 0.21 | 74.48 | 0.57 | 0.5 |
| Hex | A6 | C9 | 38 | 11 | 0 | 48 | 15 | 4A | 39 | 32 |
| Octal | 246 | 311 | 70 | 21 | 0 | 110 | 25 | 112 | 71 | 62 |
| Binary | 10100110 | 11001001 | 111000 | 10001 | 0 | 1001000 | 10101 | 1001010 | 111001 | 110010 |
Color Harmonies of #A6C938
Complementary color
Monochromatic Colors of #A6C938
Black with #A6C938
Text Example
Text Example
White with #A6C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C938; }
p { color: rgb(166,201,56); }
H1.HeaderClassName
{
color: #A6C938;
}
.AnyTagClassName
{
color: #A6C938;
}
</style>
background-color css
<style>
a { background-color: #A6C938; }
a { background-color: rgb(166,201,56); }
div.DivClassName
{
background-color: #A6C938;
}
.BgClassName
{
background-color: #A6C938;
}
</style>
border-color css
<style>
span { border-color: #A6C938; }
span { border-color: rgb(166,201,56); }
td.TdClassName
{
border-color: #A6C938;
}
.TagClassName
{
border-color: #A6C938;
}
</style>