Shades of Atlantis #A4C03E
Tints of Atlantis #A4C03E
RGB
CMYK
RGB Variations
Color information
#A4C03E (or 0xA4C03E) is known color: Atlantis. HEX triplet: A4, C0 and 3E. RGB value is (164,192,62). Sum of RGB (Red+Green+Blue) = 164+192+62=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C03E is #5B3FC1. Grayscale: #A9A9A9. Windows color (decimal): -5980098 or 4112548. OLE color: 4112548.
HSL color Cylindrical-coordinate representation of color #A4C03E: hue angle of 72.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4C03E is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 62 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.25 |
| HSL | 72.92º | 0.51% | 0.5% | - |
| HSV(B) | 72.92º | 0.68% | 0.75% | - |
| XYZ | 35.03 | 45.94 | 11.58 | - |
| YUV | 168.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 62 | 0.15 | 0 | 0.68 | 0.25 | 72.92 | 0.51 | 0.5 |
| Hex | A4 | C0 | 3E | F | 0 | 44 | 19 | 49 | 33 | 32 |
| Octal | 244 | 300 | 76 | 17 | 0 | 104 | 31 | 111 | 63 | 62 |
| Binary | 10100100 | 11000000 | 111110 | 1111 | 0 | 1000100 | 11001 | 1001001 | 110011 | 110010 |
Color Harmonies of #A4C03E
Complementary color
Monochromatic Colors of #A4C03E
Black with #A4C03E
Text Example
Text Example
White with #A4C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C03E; }
p { color: rgb(164,192,62); }
H1.HeaderClassName
{
color: #A4C03E;
}
.AnyTagClassName
{
color: #A4C03E;
}
</style>
background-color css
<style>
a { background-color: #A4C03E; }
a { background-color: rgb(164,192,62); }
div.DivClassName
{
background-color: #A4C03E;
}
.BgClassName
{
background-color: #A4C03E;
}
</style>
border-color css
<style>
span { border-color: #A4C03E; }
span { border-color: rgb(164,192,62); }
td.TdClassName
{
border-color: #A4C03E;
}
.TagClassName
{
border-color: #A4C03E;
}
</style>