Shades of Atlantis #A4E038
Tints of Atlantis #A4E038
RGB
CMYK
RGB Variations
Color information
#A4E038 (or 0xA4E038) is known color: Atlantis. HEX triplet: A4, E0 and 38. RGB value is (164,224,56). Sum of RGB (Red+Green+Blue) = 164+224+56=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E038 is #5B1FC7. Grayscale: #BBBBBB. Windows color (decimal): -5971912 or 3727524. OLE color: 3727524.
HSL color Cylindrical-coordinate representation of color #A4E038: hue angle of 81.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4E038 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 56 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.12 |
| HSL | 81.43º | 0.73% | 0.55% | - |
| HSV(B) | 81.43º | 0.75% | 0.88% | - |
| XYZ | 42.68 | 61.49 | 13.36 | - |
| YUV | 186.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 56 | 0.27 | 0 | 0.75 | 0.12 | 81.43 | 0.73 | 0.55 |
| Hex | A4 | E0 | 38 | 1B | 0 | 4B | C | 51 | 49 | 37 |
| Octal | 244 | 340 | 70 | 33 | 0 | 113 | 14 | 121 | 111 | 67 |
| Binary | 10100100 | 11100000 | 111000 | 11011 | 0 | 1001011 | 1100 | 1010001 | 1001001 | 110111 |
Color Harmonies of #A4E038
Complementary color
Monochromatic Colors of #A4E038
Black with #A4E038
Text Example
Text Example
White with #A4E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E038; }
p { color: rgb(164,224,56); }
H1.HeaderClassName
{
color: #A4E038;
}
.AnyTagClassName
{
color: #A4E038;
}
</style>
background-color css
<style>
a { background-color: #A4E038; }
a { background-color: rgb(164,224,56); }
div.DivClassName
{
background-color: #A4E038;
}
.BgClassName
{
background-color: #A4E038;
}
</style>
border-color css
<style>
span { border-color: #A4E038; }
span { border-color: rgb(164,224,56); }
td.TdClassName
{
border-color: #A4E038;
}
.TagClassName
{
border-color: #A4E038;
}
</style>