Shades of Atlantis #A3C94C
Tints of Atlantis #A3C94C
RGB
CMYK
RGB Variations
Color information
#A3C94C (or 0xA3C94C) is known color: Atlantis. HEX triplet: A3, C9 and 4C. RGB value is (163,201,76). Sum of RGB (Red+Green+Blue) = 163+201+76=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C94C is #5C36B3. Grayscale: #AFAFAF. Windows color (decimal): -6043316 or 5032355. OLE color: 5032355.
HSL color Cylindrical-coordinate representation of color #A3C94C: hue angle of 78.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3C94C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 76 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.21 |
| HSL | 78.24º | 0.54% | 0.54% | - |
| HSV(B) | 78.24º | 0.62% | 0.79% | - |
| XYZ | 37.3 | 50.08 | 14.54 | - |
| YUV | 175.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 76 | 0.19 | 0 | 0.62 | 0.21 | 78.24 | 0.54 | 0.54 |
| Hex | A3 | C9 | 4C | 13 | 0 | 3E | 15 | 4E | 36 | 36 |
| Octal | 243 | 311 | 114 | 23 | 0 | 76 | 25 | 116 | 66 | 66 |
| Binary | 10100011 | 11001001 | 1001100 | 10011 | 0 | 111110 | 10101 | 1001110 | 110110 | 110110 |
Color Harmonies of #A3C94C
Complementary color
Monochromatic Colors of #A3C94C
Black with #A3C94C
Text Example
Text Example
White with #A3C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C94C; }
p { color: rgb(163,201,76); }
H1.HeaderClassName
{
color: #A3C94C;
}
.AnyTagClassName
{
color: #A3C94C;
}
</style>
background-color css
<style>
a { background-color: #A3C94C; }
a { background-color: rgb(163,201,76); }
div.DivClassName
{
background-color: #A3C94C;
}
.BgClassName
{
background-color: #A3C94C;
}
</style>
border-color css
<style>
span { border-color: #A3C94C; }
span { border-color: rgb(163,201,76); }
td.TdClassName
{
border-color: #A3C94C;
}
.TagClassName
{
border-color: #A3C94C;
}
</style>