Shades of Atlantis #A3C84A
Tints of Atlantis #A3C84A
RGB
CMYK
RGB Variations
Color information
#A3C84A (or 0xA3C84A) is known color: Atlantis. HEX triplet: A3, C8 and 4A. RGB value is (163,200,74). Sum of RGB (Red+Green+Blue) = 163+200+74=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C84A is #5C37B5. Grayscale: #AFAFAF. Windows color (decimal): -6043574 or 4901027. OLE color: 4901027.
HSL color Cylindrical-coordinate representation of color #A3C84A: hue angle of 77.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3C84A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 74 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.22 |
| HSL | 77.62º | 0.53% | 0.54% | - |
| HSV(B) | 77.62º | 0.63% | 0.78% | - |
| XYZ | 36.99 | 49.59 | 14.1 | - |
| YUV | 174.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 74 | 0.18 | 0 | 0.63 | 0.22 | 77.62 | 0.53 | 0.54 |
| Hex | A3 | C8 | 4A | 12 | 0 | 3F | 16 | 4E | 35 | 36 |
| Octal | 243 | 310 | 112 | 22 | 0 | 77 | 26 | 116 | 65 | 66 |
| Binary | 10100011 | 11001000 | 1001010 | 10010 | 0 | 111111 | 10110 | 1001110 | 110101 | 110110 |
Color Harmonies of #A3C84A
Complementary color
Monochromatic Colors of #A3C84A
Black with #A3C84A
Text Example
Text Example
White with #A3C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C84A; }
p { color: rgb(163,200,74); }
H1.HeaderClassName
{
color: #A3C84A;
}
.AnyTagClassName
{
color: #A3C84A;
}
</style>
background-color css
<style>
a { background-color: #A3C84A; }
a { background-color: rgb(163,200,74); }
div.DivClassName
{
background-color: #A3C84A;
}
.BgClassName
{
background-color: #A3C84A;
}
</style>
border-color css
<style>
span { border-color: #A3C84A; }
span { border-color: rgb(163,200,74); }
td.TdClassName
{
border-color: #A3C84A;
}
.TagClassName
{
border-color: #A3C84A;
}
</style>