Shades of Atlantis #A6CB4D
Tints of Atlantis #A6CB4D
RGB
CMYK
RGB Variations
Color information
#A6CB4D (or 0xA6CB4D) is known color: Atlantis. HEX triplet: A6, CB and 4D. RGB value is (166,203,77). Sum of RGB (Red+Green+Blue) = 166+203+77=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB4D is #5934B2. Grayscale: #B2B2B2. Windows color (decimal): -5846195 or 5098406. OLE color: 5098406.
HSL color Cylindrical-coordinate representation of color #A6CB4D: hue angle of 77.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6CB4D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 77 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.20 |
| HSL | 77.62º | 0.55% | 0.55% | - |
| HSV(B) | 77.62º | 0.62% | 0.8% | - |
| XYZ | 38.42 | 51.35 | 14.91 | - |
| YUV | 177.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 77 | 0.18 | 0 | 0.62 | 0.20 | 77.62 | 0.55 | 0.55 |
| Hex | A6 | CB | 4D | 12 | 0 | 3E | 14 | 4E | 37 | 37 |
| Octal | 246 | 313 | 115 | 22 | 0 | 76 | 24 | 116 | 67 | 67 |
| Binary | 10100110 | 11001011 | 1001101 | 10010 | 0 | 111110 | 10100 | 1001110 | 110111 | 110111 |
Color Harmonies of #A6CB4D
Complementary color
Monochromatic Colors of #A6CB4D
Black with #A6CB4D
Text Example
Text Example
White with #A6CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB4D; }
p { color: rgb(166,203,77); }
H1.HeaderClassName
{
color: #A6CB4D;
}
.AnyTagClassName
{
color: #A6CB4D;
}
</style>
background-color css
<style>
a { background-color: #A6CB4D; }
a { background-color: rgb(166,203,77); }
div.DivClassName
{
background-color: #A6CB4D;
}
.BgClassName
{
background-color: #A6CB4D;
}
</style>
border-color css
<style>
span { border-color: #A6CB4D; }
span { border-color: rgb(166,203,77); }
td.TdClassName
{
border-color: #A6CB4D;
}
.TagClassName
{
border-color: #A6CB4D;
}
</style>