Shades of Atlantis #A3C950
Tints of Atlantis #A3C950
RGB
CMYK
RGB Variations
Color information
#A3C950 (or 0xA3C950) is known color: Atlantis. HEX triplet: A3, C9 and 50. RGB value is (163,201,80). Sum of RGB (Red+Green+Blue) = 163+201+80=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C950 is #5C36AF. Grayscale: #B0B0B0. Windows color (decimal): -6043312 or 5294499. OLE color: 5294499.
HSL color Cylindrical-coordinate representation of color #A3C950: hue angle of 78.84º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3C950 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 80 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.21 |
| HSL | 78.84º | 0.53% | 0.55% | - |
| HSV(B) | 78.84º | 0.6% | 0.79% | - |
| XYZ | 37.44 | 50.14 | 15.29 | - |
| YUV | 175.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 80 | 0.19 | 0 | 0.60 | 0.21 | 78.84 | 0.53 | 0.55 |
| Hex | A3 | C9 | 50 | 13 | 0 | 3C | 15 | 4F | 35 | 37 |
| Octal | 243 | 311 | 120 | 23 | 0 | 74 | 25 | 117 | 65 | 67 |
| Binary | 10100011 | 11001001 | 1010000 | 10011 | 0 | 111100 | 10101 | 1001111 | 110101 | 110111 |
Color Harmonies of #A3C950
Complementary color
Monochromatic Colors of #A3C950
Black with #A3C950
Text Example
Text Example
White with #A3C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C950; }
p { color: rgb(163,201,80); }
H1.HeaderClassName
{
color: #A3C950;
}
.AnyTagClassName
{
color: #A3C950;
}
</style>
background-color css
<style>
a { background-color: #A3C950; }
a { background-color: rgb(163,201,80); }
div.DivClassName
{
background-color: #A3C950;
}
.BgClassName
{
background-color: #A3C950;
}
</style>
border-color css
<style>
span { border-color: #A3C950; }
span { border-color: rgb(163,201,80); }
td.TdClassName
{
border-color: #A3C950;
}
.TagClassName
{
border-color: #A3C950;
}
</style>