Shades of Atlantis #A3C951
Tints of Atlantis #A3C951
RGB
CMYK
RGB Variations
Color information
#A3C951 (or 0xA3C951) is known color: Atlantis. HEX triplet: A3, C9 and 51. RGB value is (163,201,81). Sum of RGB (Red+Green+Blue) = 163+201+81=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C951 is #5C36AE. Grayscale: #B0B0B0. Windows color (decimal): -6043311 or 5360035. OLE color: 5360035.
HSL color Cylindrical-coordinate representation of color #A3C951: hue angle of 79º 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 #A3C951 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 81 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.21 |
| HSL | 79º | 0.53% | 0.55% | - |
| HSV(B) | 79º | 0.6% | 0.79% | - |
| XYZ | 37.48 | 50.15 | 15.49 | - |
| YUV | 175.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 81 | 0.19 | 0 | 0.60 | 0.21 | 79 | 0.53 | 0.55 |
| Hex | A3 | C9 | 51 | 13 | 0 | 3C | 15 | 4F | 35 | 37 |
| Octal | 243 | 311 | 121 | 23 | 0 | 74 | 25 | 117 | 65 | 67 |
| Binary | 10100011 | 11001001 | 1010001 | 10011 | 0 | 111100 | 10101 | 1001111 | 110101 | 110111 |
Color Harmonies of #A3C951
Complementary color
Monochromatic Colors of #A3C951
Black with #A3C951
Text Example
Text Example
White with #A3C951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C951; }
p { color: rgb(163,201,81); }
H1.HeaderClassName
{
color: #A3C951;
}
.AnyTagClassName
{
color: #A3C951;
}
</style>
background-color css
<style>
a { background-color: #A3C951; }
a { background-color: rgb(163,201,81); }
div.DivClassName
{
background-color: #A3C951;
}
.BgClassName
{
background-color: #A3C951;
}
</style>
border-color css
<style>
span { border-color: #A3C951; }
span { border-color: rgb(163,201,81); }
td.TdClassName
{
border-color: #A3C951;
}
.TagClassName
{
border-color: #A3C951;
}
</style>