Shades of Atlantis #A6C23B
Tints of Atlantis #A6C23B
RGB
CMYK
RGB Variations
Color information
#A6C23B (or 0xA6C23B) is known color: Atlantis. HEX triplet: A6, C2 and 3B. RGB value is (166,194,59). Sum of RGB (Red+Green+Blue) = 166+194+59=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C23B is #593DC4. Grayscale: #AAAAAA. Windows color (decimal): -5848517 or 3916454. OLE color: 3916454.
HSL color Cylindrical-coordinate representation of color #A6C23B: hue angle of 72.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6C23B is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 59 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.24 |
| HSL | 72.44º | 0.53% | 0.5% | - |
| HSV(B) | 72.44º | 0.7% | 0.76% | - |
| XYZ | 35.81 | 47.01 | 11.32 | - |
| YUV | 170.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 59 | 0.14 | 0 | 0.70 | 0.24 | 72.44 | 0.53 | 0.5 |
| Hex | A6 | C2 | 3B | E | 0 | 46 | 18 | 48 | 35 | 32 |
| Octal | 246 | 302 | 73 | 16 | 0 | 106 | 30 | 110 | 65 | 62 |
| Binary | 10100110 | 11000010 | 111011 | 1110 | 0 | 1000110 | 11000 | 1001000 | 110101 | 110010 |
Color Harmonies of #A6C23B
Complementary color
Monochromatic Colors of #A6C23B
Black with #A6C23B
Text Example
Text Example
White with #A6C23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C23B; }
p { color: rgb(166,194,59); }
H1.HeaderClassName
{
color: #A6C23B;
}
.AnyTagClassName
{
color: #A6C23B;
}
</style>
background-color css
<style>
a { background-color: #A6C23B; }
a { background-color: rgb(166,194,59); }
div.DivClassName
{
background-color: #A6C23B;
}
.BgClassName
{
background-color: #A6C23B;
}
</style>
border-color css
<style>
span { border-color: #A6C23B; }
span { border-color: rgb(166,194,59); }
td.TdClassName
{
border-color: #A6C23B;
}
.TagClassName
{
border-color: #A6C23B;
}
</style>