Shades of Atlantis #A3C346
Tints of Atlantis #A3C346
RGB
CMYK
RGB Variations
Color information
#A3C346 (or 0xA3C346) is known color: Atlantis. HEX triplet: A3, C3 and 46. RGB value is (163,195,70). Sum of RGB (Red+Green+Blue) = 163+195+70=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C346 is #5C3CB9. Grayscale: #ABABAB. Windows color (decimal): -6044858 or 4637603. OLE color: 4637603.
HSL color Cylindrical-coordinate representation of color #A3C346: hue angle of 75.36º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3C346 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 70 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.24 |
| HSL | 75.36º | 0.51% | 0.52% | - |
| HSV(B) | 75.36º | 0.64% | 0.76% | - |
| XYZ | 35.72 | 47.26 | 13.03 | - |
| YUV | 171.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 70 | 0.16 | 0 | 0.64 | 0.24 | 75.36 | 0.51 | 0.52 |
| Hex | A3 | C3 | 46 | 10 | 0 | 40 | 18 | 4B | 33 | 34 |
| Octal | 243 | 303 | 106 | 20 | 0 | 100 | 30 | 113 | 63 | 64 |
| Binary | 10100011 | 11000011 | 1000110 | 10000 | 0 | 1000000 | 11000 | 1001011 | 110011 | 110100 |
Color Harmonies of #A3C346
Complementary color
Monochromatic Colors of #A3C346
Black with #A3C346
Text Example
Text Example
White with #A3C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C346; }
p { color: rgb(163,195,70); }
H1.HeaderClassName
{
color: #A3C346;
}
.AnyTagClassName
{
color: #A3C346;
}
</style>
background-color css
<style>
a { background-color: #A3C346; }
a { background-color: rgb(163,195,70); }
div.DivClassName
{
background-color: #A3C346;
}
.BgClassName
{
background-color: #A3C346;
}
</style>
border-color css
<style>
span { border-color: #A3C346; }
span { border-color: rgb(163,195,70); }
td.TdClassName
{
border-color: #A3C346;
}
.TagClassName
{
border-color: #A3C346;
}
</style>