Shades of Atlantis #A6CA4C
Tints of Atlantis #A6CA4C
RGB
CMYK
RGB Variations
Color information
#A6CA4C (or 0xA6CA4C) is known color: Atlantis. HEX triplet: A6, CA and 4C. RGB value is (166,202,76). Sum of RGB (Red+Green+Blue) = 166+202+76=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA4C is #5935B3. Grayscale: #B1B1B1. Windows color (decimal): -5846452 or 5032614. OLE color: 5032614.
HSL color Cylindrical-coordinate representation of color #A6CA4C: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6CA4C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 76 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.21 |
| HSL | 77.14º | 0.54% | 0.55% | - |
| HSV(B) | 77.14º | 0.62% | 0.79% | - |
| XYZ | 38.15 | 50.87 | 14.65 | - |
| YUV | 176.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 76 | 0.18 | 0 | 0.62 | 0.21 | 77.14 | 0.54 | 0.55 |
| Hex | A6 | CA | 4C | 12 | 0 | 3E | 15 | 4D | 36 | 37 |
| Octal | 246 | 312 | 114 | 22 | 0 | 76 | 25 | 115 | 66 | 67 |
| Binary | 10100110 | 11001010 | 1001100 | 10010 | 0 | 111110 | 10101 | 1001101 | 110110 | 110111 |
Color Harmonies of #A6CA4C
Complementary color
Monochromatic Colors of #A6CA4C
Black with #A6CA4C
Text Example
Text Example
White with #A6CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA4C; }
p { color: rgb(166,202,76); }
H1.HeaderClassName
{
color: #A6CA4C;
}
.AnyTagClassName
{
color: #A6CA4C;
}
</style>
background-color css
<style>
a { background-color: #A6CA4C; }
a { background-color: rgb(166,202,76); }
div.DivClassName
{
background-color: #A6CA4C;
}
.BgClassName
{
background-color: #A6CA4C;
}
</style>
border-color css
<style>
span { border-color: #A6CA4C; }
span { border-color: rgb(166,202,76); }
td.TdClassName
{
border-color: #A6CA4C;
}
.TagClassName
{
border-color: #A6CA4C;
}
</style>