Shades of Atlantis #A3C43B
Tints of Atlantis #A3C43B
RGB
CMYK
RGB Variations
Color information
#A3C43B (or 0xA3C43B) is known color: Atlantis. HEX triplet: A3, C4 and 3B. RGB value is (163,196,59). Sum of RGB (Red+Green+Blue) = 163+196+59=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C43B is #5C3BC4. Grayscale: #ABABAB. Windows color (decimal): -6044613 or 3916963. OLE color: 3916963.
HSL color Cylindrical-coordinate representation of color #A3C43B: hue angle of 74.45º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3C43B is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 59 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.23 |
| HSL | 74.45º | 0.54% | 0.5% | - |
| HSV(B) | 74.45º | 0.7% | 0.77% | - |
| XYZ | 35.63 | 47.58 | 11.44 | - |
| YUV | 170.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 59 | 0.17 | 0 | 0.70 | 0.23 | 74.45 | 0.54 | 0.5 |
| Hex | A3 | C4 | 3B | 11 | 0 | 46 | 17 | 4A | 36 | 32 |
| Octal | 243 | 304 | 73 | 21 | 0 | 106 | 27 | 112 | 66 | 62 |
| Binary | 10100011 | 11000100 | 111011 | 10001 | 0 | 1000110 | 10111 | 1001010 | 110110 | 110010 |
Color Harmonies of #A3C43B
Complementary color
Monochromatic Colors of #A3C43B
Black with #A3C43B
Text Example
Text Example
White with #A3C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C43B; }
p { color: rgb(163,196,59); }
H1.HeaderClassName
{
color: #A3C43B;
}
.AnyTagClassName
{
color: #A3C43B;
}
</style>
background-color css
<style>
a { background-color: #A3C43B; }
a { background-color: rgb(163,196,59); }
div.DivClassName
{
background-color: #A3C43B;
}
.BgClassName
{
background-color: #A3C43B;
}
</style>
border-color css
<style>
span { border-color: #A3C43B; }
span { border-color: rgb(163,196,59); }
td.TdClassName
{
border-color: #A3C43B;
}
.TagClassName
{
border-color: #A3C43B;
}
</style>