Shades of Atlantis #A4D93A
Tints of Atlantis #A4D93A
RGB
CMYK
RGB Variations
Color information
#A4D93A (or 0xA4D93A) is known color: Atlantis. HEX triplet: A4, D9 and 3A. RGB value is (164,217,58). Sum of RGB (Red+Green+Blue) = 164+217+58=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D93A is #5B26C5. Grayscale: #B7B7B7. Windows color (decimal): -5973702 or 3856804. OLE color: 3856804.
HSL color Cylindrical-coordinate representation of color #A4D93A: hue angle of 80º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4D93A is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 58 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.15 |
| HSL | 80º | 0.68% | 0.54% | - |
| HSV(B) | 80º | 0.73% | 0.85% | - |
| XYZ | 40.89 | 57.82 | 13.01 | - |
| YUV | 183.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 58 | 0.24 | 0 | 0.73 | 0.15 | 80 | 0.68 | 0.54 |
| Hex | A4 | D9 | 3A | 18 | 0 | 49 | F | 50 | 44 | 36 |
| Octal | 244 | 331 | 72 | 30 | 0 | 111 | 17 | 120 | 104 | 66 |
| Binary | 10100100 | 11011001 | 111010 | 11000 | 0 | 1001001 | 1111 | 1010000 | 1000100 | 110110 |
Color Harmonies of #A4D93A
Complementary color
Monochromatic Colors of #A4D93A
Black with #A4D93A
Text Example
Text Example
White with #A4D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D93A; }
p { color: rgb(164,217,58); }
H1.HeaderClassName
{
color: #A4D93A;
}
.AnyTagClassName
{
color: #A4D93A;
}
</style>
background-color css
<style>
a { background-color: #A4D93A; }
a { background-color: rgb(164,217,58); }
div.DivClassName
{
background-color: #A4D93A;
}
.BgClassName
{
background-color: #A4D93A;
}
</style>
border-color css
<style>
span { border-color: #A4D93A; }
span { border-color: rgb(164,217,58); }
td.TdClassName
{
border-color: #A4D93A;
}
.TagClassName
{
border-color: #A4D93A;
}
</style>