Shades of Atlantis #A6C93D
Tints of Atlantis #A6C93D
RGB
CMYK
RGB Variations
Color information
#A6C93D (or 0xA6C93D) is known color: Atlantis. HEX triplet: A6, C9 and 3D. RGB value is (166,201,61). Sum of RGB (Red+Green+Blue) = 166+201+61=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C93D is #5936C2. Grayscale: #AFAFAF. Windows color (decimal): -5846723 or 4049318. OLE color: 4049318.
HSL color Cylindrical-coordinate representation of color #A6C93D: hue angle of 75º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6C93D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 61 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.21 |
| HSL | 75º | 0.56% | 0.51% | - |
| HSV(B) | 75º | 0.7% | 0.79% | - |
| XYZ | 37.45 | 50.22 | 12.13 | - |
| YUV | 174.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 61 | 0.17 | 0 | 0.70 | 0.21 | 75 | 0.56 | 0.51 |
| Hex | A6 | C9 | 3D | 11 | 0 | 46 | 15 | 4B | 38 | 33 |
| Octal | 246 | 311 | 75 | 21 | 0 | 106 | 25 | 113 | 70 | 63 |
| Binary | 10100110 | 11001001 | 111101 | 10001 | 0 | 1000110 | 10101 | 1001011 | 111000 | 110011 |
Color Harmonies of #A6C93D
Complementary color
Monochromatic Colors of #A6C93D
Black with #A6C93D
Text Example
Text Example
White with #A6C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C93D; }
p { color: rgb(166,201,61); }
H1.HeaderClassName
{
color: #A6C93D;
}
.AnyTagClassName
{
color: #A6C93D;
}
</style>
background-color css
<style>
a { background-color: #A6C93D; }
a { background-color: rgb(166,201,61); }
div.DivClassName
{
background-color: #A6C93D;
}
.BgClassName
{
background-color: #A6C93D;
}
</style>
border-color css
<style>
span { border-color: #A6C93D; }
span { border-color: rgb(166,201,61); }
td.TdClassName
{
border-color: #A6C93D;
}
.TagClassName
{
border-color: #A6C93D;
}
</style>