Shades of Atlantis #A4E63D
Tints of Atlantis #A4E63D
RGB
CMYK
RGB Variations
Color information
#A4E63D (or 0xA4E63D) is known color: Atlantis. HEX triplet: A4, E6 and 3D. RGB value is (164,230,61). Sum of RGB (Red+Green+Blue) = 164+230+61=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4E63D is #5B19C2. Grayscale: #BFBFBF. Windows color (decimal): -5970371 or 4056740. OLE color: 4056740.
HSL color Cylindrical-coordinate representation of color #A4E63D: hue angle of 83.43º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4E63D is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 61 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.10 |
| HSL | 83.43º | 0.77% | 0.57% | - |
| HSV(B) | 83.43º | 0.73% | 0.9% | - |
| XYZ | 44.45 | 64.82 | 14.58 | - |
| YUV | 191 | 54.63 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 61 | 0.29 | 0 | 0.73 | 0.10 | 83.43 | 0.77 | 0.57 |
| Hex | A4 | E6 | 3D | 1D | 0 | 49 | A | 53 | 4D | 39 |
| Octal | 244 | 346 | 75 | 35 | 0 | 111 | 12 | 123 | 115 | 71 |
| Binary | 10100100 | 11100110 | 111101 | 11101 | 0 | 1001001 | 1010 | 1010011 | 1001101 | 111001 |
Color Harmonies of #A4E63D
Complementary color
Monochromatic Colors of #A4E63D
Black with #A4E63D
Text Example
Text Example
White with #A4E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E63D; }
p { color: rgb(164,230,61); }
H1.HeaderClassName
{
color: #A4E63D;
}
.AnyTagClassName
{
color: #A4E63D;
}
</style>
background-color css
<style>
a { background-color: #A4E63D; }
a { background-color: rgb(164,230,61); }
div.DivClassName
{
background-color: #A4E63D;
}
.BgClassName
{
background-color: #A4E63D;
}
</style>
border-color css
<style>
span { border-color: #A4E63D; }
span { border-color: rgb(164,230,61); }
td.TdClassName
{
border-color: #A4E63D;
}
.TagClassName
{
border-color: #A4E63D;
}
</style>