Shades of Atlantis #A6C23E
Tints of Atlantis #A6C23E
RGB
CMYK
RGB Variations
Color information
#A6C23E (or 0xA6C23E) is known color: Atlantis. HEX triplet: A6, C2 and 3E. RGB value is (166,194,62). Sum of RGB (Red+Green+Blue) = 166+194+62=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C23E is #593DC1. Grayscale: #ABABAB. Windows color (decimal): -5848514 or 4113062. OLE color: 4113062.
HSL color Cylindrical-coordinate representation of color #A6C23E: hue angle of 72.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6C23E is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 62 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.24 |
| HSL | 72.73º | 0.52% | 0.5% | - |
| HSV(B) | 72.73º | 0.68% | 0.76% | - |
| XYZ | 35.89 | 47.04 | 11.75 | - |
| YUV | 170.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 62 | 0.14 | 0 | 0.68 | 0.24 | 72.73 | 0.52 | 0.5 |
| Hex | A6 | C2 | 3E | E | 0 | 44 | 18 | 49 | 34 | 32 |
| Octal | 246 | 302 | 76 | 16 | 0 | 104 | 30 | 111 | 64 | 62 |
| Binary | 10100110 | 11000010 | 111110 | 1110 | 0 | 1000100 | 11000 | 1001001 | 110100 | 110010 |
Color Harmonies of #A6C23E
Complementary color
Monochromatic Colors of #A6C23E
Black with #A6C23E
Text Example
Text Example
White with #A6C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C23E; }
p { color: rgb(166,194,62); }
H1.HeaderClassName
{
color: #A6C23E;
}
.AnyTagClassName
{
color: #A6C23E;
}
</style>
background-color css
<style>
a { background-color: #A6C23E; }
a { background-color: rgb(166,194,62); }
div.DivClassName
{
background-color: #A6C23E;
}
.BgClassName
{
background-color: #A6C23E;
}
</style>
border-color css
<style>
span { border-color: #A6C23E; }
span { border-color: rgb(166,194,62); }
td.TdClassName
{
border-color: #A6C23E;
}
.TagClassName
{
border-color: #A6C23E;
}
</style>