Shades of Atlantis #A6C23C
Tints of Atlantis #A6C23C
RGB
CMYK
RGB Variations
Color information
#A6C23C (or 0xA6C23C) is known color: Atlantis. HEX triplet: A6, C2 and 3C. RGB value is (166,194,60). Sum of RGB (Red+Green+Blue) = 166+194+60=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C23C is #593DC3. Grayscale: #AAAAAA. Windows color (decimal): -5848516 or 3981990. OLE color: 3981990.
HSL color Cylindrical-coordinate representation of color #A6C23C: hue angle of 72.54º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6C23C is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 60 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.24 |
| HSL | 72.54º | 0.53% | 0.5% | - |
| HSV(B) | 72.54º | 0.69% | 0.76% | - |
| XYZ | 35.83 | 47.02 | 11.46 | - |
| YUV | 170.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 60 | 0.14 | 0 | 0.69 | 0.24 | 72.54 | 0.53 | 0.5 |
| Hex | A6 | C2 | 3C | E | 0 | 45 | 18 | 49 | 35 | 32 |
| Octal | 246 | 302 | 74 | 16 | 0 | 105 | 30 | 111 | 65 | 62 |
| Binary | 10100110 | 11000010 | 111100 | 1110 | 0 | 1000101 | 11000 | 1001001 | 110101 | 110010 |
Color Harmonies of #A6C23C
Complementary color
Monochromatic Colors of #A6C23C
Black with #A6C23C
Text Example
Text Example
White with #A6C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C23C; }
p { color: rgb(166,194,60); }
H1.HeaderClassName
{
color: #A6C23C;
}
.AnyTagClassName
{
color: #A6C23C;
}
</style>
background-color css
<style>
a { background-color: #A6C23C; }
a { background-color: rgb(166,194,60); }
div.DivClassName
{
background-color: #A6C23C;
}
.BgClassName
{
background-color: #A6C23C;
}
</style>
border-color css
<style>
span { border-color: #A6C23C; }
span { border-color: rgb(166,194,60); }
td.TdClassName
{
border-color: #A6C23C;
}
.TagClassName
{
border-color: #A6C23C;
}
</style>