Shades of Atlantis #A9E638
Tints of Atlantis #A9E638
RGB
CMYK
RGB Variations
Color information
#A9E638 (or 0xA9E638) is known color: Atlantis. HEX triplet: A9, E6 and 38. RGB value is (169,230,56). Sum of RGB (Red+Green+Blue) = 169+230+56=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #A9E638 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9E638 is #5619C7. Grayscale: #C0C0C0. Windows color (decimal): -5642696 or 3729065. OLE color: 3729065.
HSL color Cylindrical-coordinate representation of color #A9E638: hue angle of 81.03º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9E638 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 230 | 56 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.10 |
| HSL | 81.03º | 0.78% | 0.56% | - |
| HSV(B) | 81.03º | 0.76% | 0.9% | - |
| XYZ | 45.37 | 65.31 | 13.96 | - |
| YUV | 191.93 | 51.29 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 230 | 56 | 0.27 | 0 | 0.76 | 0.10 | 81.03 | 0.78 | 0.56 |
| Hex | A9 | E6 | 38 | 1B | 0 | 4C | A | 51 | 4E | 38 |
| Octal | 251 | 346 | 70 | 33 | 0 | 114 | 12 | 121 | 116 | 70 |
| Binary | 10101001 | 11100110 | 111000 | 11011 | 0 | 1001100 | 1010 | 1010001 | 1001110 | 111000 |
Color Harmonies of #A9E638
Complementary color
Monochromatic Colors of #A9E638
Black with #A9E638
Text Example
Text Example
White with #A9E638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E638; }
p { color: rgb(169,230,56); }
H1.HeaderClassName
{
color: #A9E638;
}
.AnyTagClassName
{
color: #A9E638;
}
</style>
background-color css
<style>
a { background-color: #A9E638; }
a { background-color: rgb(169,230,56); }
div.DivClassName
{
background-color: #A9E638;
}
.BgClassName
{
background-color: #A9E638;
}
</style>
border-color css
<style>
span { border-color: #A9E638; }
span { border-color: rgb(169,230,56); }
td.TdClassName
{
border-color: #A9E638;
}
.TagClassName
{
border-color: #A9E638;
}
</style>