Shades of Atlantis #A6CB4C
Tints of Atlantis #A6CB4C
RGB
CMYK
RGB Variations
Color information
#A6CB4C (or 0xA6CB4C) is known color: Atlantis. HEX triplet: A6, CB and 4C. RGB value is (166,203,76). Sum of RGB (Red+Green+Blue) = 166+203+76=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CB4C is #5934B3. Grayscale: #B1B1B1. Windows color (decimal): -5846196 or 5032870. OLE color: 5032870.
HSL color Cylindrical-coordinate representation of color #A6CB4C: hue angle of 77.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6CB4C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 76 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.20 |
| HSL | 77.48º | 0.55% | 0.55% | - |
| HSV(B) | 77.48º | 0.63% | 0.8% | - |
| XYZ | 38.39 | 51.34 | 14.72 | - |
| YUV | 177.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 76 | 0.18 | 0 | 0.63 | 0.20 | 77.48 | 0.55 | 0.55 |
| Hex | A6 | CB | 4C | 12 | 0 | 3F | 14 | 4D | 37 | 37 |
| Octal | 246 | 313 | 114 | 22 | 0 | 77 | 24 | 115 | 67 | 67 |
| Binary | 10100110 | 11001011 | 1001100 | 10010 | 0 | 111111 | 10100 | 1001101 | 110111 | 110111 |
Color Harmonies of #A6CB4C
Complementary color
Monochromatic Colors of #A6CB4C
Black with #A6CB4C
Text Example
Text Example
White with #A6CB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB4C; }
p { color: rgb(166,203,76); }
H1.HeaderClassName
{
color: #A6CB4C;
}
.AnyTagClassName
{
color: #A6CB4C;
}
</style>
background-color css
<style>
a { background-color: #A6CB4C; }
a { background-color: rgb(166,203,76); }
div.DivClassName
{
background-color: #A6CB4C;
}
.BgClassName
{
background-color: #A6CB4C;
}
</style>
border-color css
<style>
span { border-color: #A6CB4C; }
span { border-color: rgb(166,203,76); }
td.TdClassName
{
border-color: #A6CB4C;
}
.TagClassName
{
border-color: #A6CB4C;
}
</style>