Shades of Atlantis #A4C73C
Tints of Atlantis #A4C73C
RGB
CMYK
RGB Variations
Color information
#A4C73C (or 0xA4C73C) is known color: Atlantis. HEX triplet: A4, C7 and 3C. RGB value is (164,199,60). Sum of RGB (Red+Green+Blue) = 164+199+60=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C73C is #5B38C3. Grayscale: #ADADAD. Windows color (decimal): -5978308 or 3983268. OLE color: 3983268.
HSL color Cylindrical-coordinate representation of color #A4C73C: hue angle of 75.11º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4C73C is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 60 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.22 |
| HSL | 75.11º | 0.55% | 0.51% | - |
| HSV(B) | 75.11º | 0.7% | 0.78% | - |
| XYZ | 36.55 | 49.07 | 11.82 | - |
| YUV | 172.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 60 | 0.18 | 0 | 0.70 | 0.22 | 75.11 | 0.55 | 0.51 |
| Hex | A4 | C7 | 3C | 12 | 0 | 46 | 16 | 4B | 37 | 33 |
| Octal | 244 | 307 | 74 | 22 | 0 | 106 | 26 | 113 | 67 | 63 |
| Binary | 10100100 | 11000111 | 111100 | 10010 | 0 | 1000110 | 10110 | 1001011 | 110111 | 110011 |
Color Harmonies of #A4C73C
Complementary color
Monochromatic Colors of #A4C73C
Black with #A4C73C
Text Example
Text Example
White with #A4C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C73C; }
p { color: rgb(164,199,60); }
H1.HeaderClassName
{
color: #A4C73C;
}
.AnyTagClassName
{
color: #A4C73C;
}
</style>
background-color css
<style>
a { background-color: #A4C73C; }
a { background-color: rgb(164,199,60); }
div.DivClassName
{
background-color: #A4C73C;
}
.BgClassName
{
background-color: #A4C73C;
}
</style>
border-color css
<style>
span { border-color: #A4C73C; }
span { border-color: rgb(164,199,60); }
td.TdClassName
{
border-color: #A4C73C;
}
.TagClassName
{
border-color: #A4C73C;
}
</style>