Shades of Atlantis #A3C240
Tints of Atlantis #A3C240
RGB
CMYK
RGB Variations
Color information
#A3C240 (or 0xA3C240) is known color: Atlantis. HEX triplet: A3, C2 and 40. RGB value is (163,194,64). Sum of RGB (Red+Green+Blue) = 163+194+64=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C240 is #5C3DBF. Grayscale: #AAAAAA. Windows color (decimal): -6045120 or 4244131. OLE color: 4244131.
HSL color Cylindrical-coordinate representation of color #A3C240: hue angle of 74.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3C240 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 64 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.24 |
| HSL | 74.31º | 0.52% | 0.51% | - |
| HSV(B) | 74.31º | 0.67% | 0.76% | - |
| XYZ | 35.32 | 46.74 | 12.01 | - |
| YUV | 169.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 64 | 0.16 | 0 | 0.67 | 0.24 | 74.31 | 0.52 | 0.51 |
| Hex | A3 | C2 | 40 | 10 | 0 | 43 | 18 | 4A | 34 | 33 |
| Octal | 243 | 302 | 100 | 20 | 0 | 103 | 30 | 112 | 64 | 63 |
| Binary | 10100011 | 11000010 | 1000000 | 10000 | 0 | 1000011 | 11000 | 1001010 | 110100 | 110011 |
Color Harmonies of #A3C240
Complementary color
Monochromatic Colors of #A3C240
Black with #A3C240
Text Example
Text Example
White with #A3C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C240; }
p { color: rgb(163,194,64); }
H1.HeaderClassName
{
color: #A3C240;
}
.AnyTagClassName
{
color: #A3C240;
}
</style>
background-color css
<style>
a { background-color: #A3C240; }
a { background-color: rgb(163,194,64); }
div.DivClassName
{
background-color: #A3C240;
}
.BgClassName
{
background-color: #A3C240;
}
</style>
border-color css
<style>
span { border-color: #A3C240; }
span { border-color: rgb(163,194,64); }
td.TdClassName
{
border-color: #A3C240;
}
.TagClassName
{
border-color: #A3C240;
}
</style>