Shades of Atlantis #A3CE46
Tints of Atlantis #A3CE46
RGB
CMYK
RGB Variations
Color information
#A3CE46 (or 0xA3CE46) is known color: Atlantis. HEX triplet: A3, CE and 46. RGB value is (163,206,70). Sum of RGB (Red+Green+Blue) = 163+206+70=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE46 is #5C31B9. Grayscale: #B2B2B2. Windows color (decimal): -6042042 or 4640419. OLE color: 4640419.
HSL color Cylindrical-coordinate representation of color #A3CE46: hue angle of 78.97º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3CE46 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 70 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.19 |
| HSL | 78.97º | 0.58% | 0.54% | - |
| HSV(B) | 78.97º | 0.66% | 0.81% | - |
| XYZ | 38.28 | 52.37 | 13.89 | - |
| YUV | 177.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 70 | 0.21 | 0 | 0.66 | 0.19 | 78.97 | 0.58 | 0.54 |
| Hex | A3 | CE | 46 | 15 | 0 | 42 | 13 | 4F | 3A | 36 |
| Octal | 243 | 316 | 106 | 25 | 0 | 102 | 23 | 117 | 72 | 66 |
| Binary | 10100011 | 11001110 | 1000110 | 10101 | 0 | 1000010 | 10011 | 1001111 | 111010 | 110110 |
Color Harmonies of #A3CE46
Complementary color
Monochromatic Colors of #A3CE46
Black with #A3CE46
Text Example
Text Example
White with #A3CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE46; }
p { color: rgb(163,206,70); }
H1.HeaderClassName
{
color: #A3CE46;
}
.AnyTagClassName
{
color: #A3CE46;
}
</style>
background-color css
<style>
a { background-color: #A3CE46; }
a { background-color: rgb(163,206,70); }
div.DivClassName
{
background-color: #A3CE46;
}
.BgClassName
{
background-color: #A3CE46;
}
</style>
border-color css
<style>
span { border-color: #A3CE46; }
span { border-color: rgb(163,206,70); }
td.TdClassName
{
border-color: #A3CE46;
}
.TagClassName
{
border-color: #A3CE46;
}
</style>