Shades of Atlantis #A6CB41
Tints of Atlantis #A6CB41
RGB
CMYK
RGB Variations
Color information
#A6CB41 (or 0xA6CB41) is known color: Atlantis. HEX triplet: A6, CB and 41. RGB value is (166,203,65). Sum of RGB (Red+Green+Blue) = 166+203+65=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CB41 is #5934BE. Grayscale: #B0B0B0. Windows color (decimal): -5846207 or 4311974. OLE color: 4311974.
HSL color Cylindrical-coordinate representation of color #A6CB41: hue angle of 76.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6CB41 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 65 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.20 |
| HSL | 76.09º | 0.57% | 0.53% | - |
| HSV(B) | 76.09º | 0.68% | 0.8% | - |
| XYZ | 38.04 | 51.2 | 12.88 | - |
| YUV | 176.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 65 | 0.18 | 0 | 0.68 | 0.20 | 76.09 | 0.57 | 0.53 |
| Hex | A6 | CB | 41 | 12 | 0 | 44 | 14 | 4C | 39 | 35 |
| Octal | 246 | 313 | 101 | 22 | 0 | 104 | 24 | 114 | 71 | 65 |
| Binary | 10100110 | 11001011 | 1000001 | 10010 | 0 | 1000100 | 10100 | 1001100 | 111001 | 110101 |
Color Harmonies of #A6CB41
Complementary color
Monochromatic Colors of #A6CB41
Black with #A6CB41
Text Example
Text Example
White with #A6CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB41; }
p { color: rgb(166,203,65); }
H1.HeaderClassName
{
color: #A6CB41;
}
.AnyTagClassName
{
color: #A6CB41;
}
</style>
background-color css
<style>
a { background-color: #A6CB41; }
a { background-color: rgb(166,203,65); }
div.DivClassName
{
background-color: #A6CB41;
}
.BgClassName
{
background-color: #A6CB41;
}
</style>
border-color css
<style>
span { border-color: #A6CB41; }
span { border-color: rgb(166,203,65); }
td.TdClassName
{
border-color: #A6CB41;
}
.TagClassName
{
border-color: #A6CB41;
}
</style>