Shades of Atlantis #A3C042
Tints of Atlantis #A3C042
RGB
CMYK
RGB Variations
Color information
#A3C042 (or 0xA3C042) is known color: Atlantis. HEX triplet: A3, C0 and 42. RGB value is (163,192,66). Sum of RGB (Red+Green+Blue) = 163+192+66=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C042 is #5C3FBD. Grayscale: #A9A9A9. Windows color (decimal): -6045630 or 4374691. OLE color: 4374691.
HSL color Cylindrical-coordinate representation of color #A3C042: hue angle of 73.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3C042 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 66 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.25 |
| HSL | 73.81º | 0.5% | 0.51% | - |
| HSV(B) | 73.81º | 0.66% | 0.75% | - |
| XYZ | 34.94 | 45.88 | 12.17 | - |
| YUV | 168.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 66 | 0.15 | 0 | 0.66 | 0.25 | 73.81 | 0.5 | 0.51 |
| Hex | A3 | C0 | 42 | F | 0 | 42 | 19 | 4A | 32 | 33 |
| Octal | 243 | 300 | 102 | 17 | 0 | 102 | 31 | 112 | 62 | 63 |
| Binary | 10100011 | 11000000 | 1000010 | 1111 | 0 | 1000010 | 11001 | 1001010 | 110010 | 110011 |
Color Harmonies of #A3C042
Complementary color
Monochromatic Colors of #A3C042
Black with #A3C042
Text Example
Text Example
White with #A3C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C042; }
p { color: rgb(163,192,66); }
H1.HeaderClassName
{
color: #A3C042;
}
.AnyTagClassName
{
color: #A3C042;
}
</style>
background-color css
<style>
a { background-color: #A3C042; }
a { background-color: rgb(163,192,66); }
div.DivClassName
{
background-color: #A3C042;
}
.BgClassName
{
background-color: #A3C042;
}
</style>
border-color css
<style>
span { border-color: #A3C042; }
span { border-color: rgb(163,192,66); }
td.TdClassName
{
border-color: #A3C042;
}
.TagClassName
{
border-color: #A3C042;
}
</style>