Shades of Atlantis #A7E738
Tints of Atlantis #A7E738
RGB
CMYK
RGB Variations
Color information
#A7E738 (or 0xA7E738) is known color: Atlantis. HEX triplet: A7, E7 and 38. RGB value is (167,231,56). Sum of RGB (Red+Green+Blue) = 167+231+56=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 231 (90.62% from 255 or 50.88% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E738 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A7E738 is #5818C7. Grayscale: #C0C0C0. Windows color (decimal): -5773512 or 3729319. OLE color: 3729319.
HSL color Cylindrical-coordinate representation of color #A7E738: hue angle of 81.94º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7E738 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 231 | 56 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.09 |
| HSL | 81.94º | 0.78% | 0.56% | - |
| HSV(B) | 81.94º | 0.76% | 0.91% | - |
| XYZ | 45.23 | 65.65 | 14.03 | - |
| YUV | 191.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 231 | 56 | 0.28 | 0 | 0.76 | 0.09 | 81.94 | 0.78 | 0.56 |
| Hex | A7 | E7 | 38 | 1C | 0 | 4C | 9 | 52 | 4E | 38 |
| Octal | 247 | 347 | 70 | 34 | 0 | 114 | 11 | 122 | 116 | 70 |
| Binary | 10100111 | 11100111 | 111000 | 11100 | 0 | 1001100 | 1001 | 1010010 | 1001110 | 111000 |
Color Harmonies of #A7E738
Complementary color
Monochromatic Colors of #A7E738
Black with #A7E738
Text Example
Text Example
White with #A7E738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E738; }
p { color: rgb(167,231,56); }
H1.HeaderClassName
{
color: #A7E738;
}
.AnyTagClassName
{
color: #A7E738;
}
</style>
background-color css
<style>
a { background-color: #A7E738; }
a { background-color: rgb(167,231,56); }
div.DivClassName
{
background-color: #A7E738;
}
.BgClassName
{
background-color: #A7E738;
}
</style>
border-color css
<style>
span { border-color: #A7E738; }
span { border-color: rgb(167,231,56); }
td.TdClassName
{
border-color: #A7E738;
}
.TagClassName
{
border-color: #A7E738;
}
</style>