Shades of Atlantis #A6CC3C
Tints of Atlantis #A6CC3C
RGB
CMYK
RGB Variations
Color information
#A6CC3C (or 0xA6CC3C) is known color: Atlantis. HEX triplet: A6, CC and 3C. RGB value is (166,204,60). Sum of RGB (Red+Green+Blue) = 166+204+60=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC3C is #5933C3. Grayscale: #B0B0B0. Windows color (decimal): -5845956 or 3984550. OLE color: 3984550.
HSL color Cylindrical-coordinate representation of color #A6CC3C: hue angle of 75.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6CC3C is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 60 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.2 |
| HSL | 75.83º | 0.59% | 0.52% | - |
| HSV(B) | 75.83º | 0.71% | 0.8% | - |
| XYZ | 38.13 | 51.62 | 12.23 | - |
| YUV | 176.22 | 62.41 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 60 | 0.19 | 0 | 0.71 | 0.2 | 75.83 | 0.59 | 0.52 |
| Hex | A6 | CC | 3C | 13 | 0 | 47 | 14 | 4C | 3B | 34 |
| Octal | 246 | 314 | 74 | 23 | 0 | 107 | 24 | 114 | 73 | 64 |
| Binary | 10100110 | 11001100 | 111100 | 10011 | 0 | 1000111 | 10100 | 1001100 | 111011 | 110100 |
Color Harmonies of #A6CC3C
Complementary color
Monochromatic Colors of #A6CC3C
Black with #A6CC3C
Text Example
Text Example
White with #A6CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC3C; }
p { color: rgb(166,204,60); }
H1.HeaderClassName
{
color: #A6CC3C;
}
.AnyTagClassName
{
color: #A6CC3C;
}
</style>
background-color css
<style>
a { background-color: #A6CC3C; }
a { background-color: rgb(166,204,60); }
div.DivClassName
{
background-color: #A6CC3C;
}
.BgClassName
{
background-color: #A6CC3C;
}
</style>
border-color css
<style>
span { border-color: #A6CC3C; }
span { border-color: rgb(166,204,60); }
td.TdClassName
{
border-color: #A6CC3C;
}
.TagClassName
{
border-color: #A6CC3C;
}
</style>