Shades of Atlantis #A3C83A
Tints of Atlantis #A3C83A
RGB
CMYK
RGB Variations
Color information
#A3C83A (or 0xA3C83A) is known color: Atlantis. HEX triplet: A3, C8 and 3A. RGB value is (163,200,58). Sum of RGB (Red+Green+Blue) = 163+200+58=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C83A is #5C37C5. Grayscale: #ADADAD. Windows color (decimal): -6043590 or 3852451. OLE color: 3852451.
HSL color Cylindrical-coordinate representation of color #A3C83A: hue angle of 75.63º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3C83A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 58 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.22 |
| HSL | 75.63º | 0.56% | 0.51% | - |
| HSV(B) | 75.63º | 0.71% | 0.78% | - |
| XYZ | 36.52 | 49.4 | 11.61 | - |
| YUV | 172.75 | 63.24 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 58 | 0.18 | 0 | 0.71 | 0.22 | 75.63 | 0.56 | 0.51 |
| Hex | A3 | C8 | 3A | 12 | 0 | 47 | 16 | 4C | 38 | 33 |
| Octal | 243 | 310 | 72 | 22 | 0 | 107 | 26 | 114 | 70 | 63 |
| Binary | 10100011 | 11001000 | 111010 | 10010 | 0 | 1000111 | 10110 | 1001100 | 111000 | 110011 |
Color Harmonies of #A3C83A
Complementary color
Monochromatic Colors of #A3C83A
Black with #A3C83A
Text Example
Text Example
White with #A3C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C83A; }
p { color: rgb(163,200,58); }
H1.HeaderClassName
{
color: #A3C83A;
}
.AnyTagClassName
{
color: #A3C83A;
}
</style>
background-color css
<style>
a { background-color: #A3C83A; }
a { background-color: rgb(163,200,58); }
div.DivClassName
{
background-color: #A3C83A;
}
.BgClassName
{
background-color: #A3C83A;
}
</style>
border-color css
<style>
span { border-color: #A3C83A; }
span { border-color: rgb(163,200,58); }
td.TdClassName
{
border-color: #A3C83A;
}
.TagClassName
{
border-color: #A3C83A;
}
</style>