Shades of Atlantis #A9D838
Tints of Atlantis #A9D838
RGB
CMYK
RGB Variations
Color information
#A9D838 (or 0xA9D838) is known color: Atlantis. HEX triplet: A9, D8 and 38. RGB value is (169,216,56). Sum of RGB (Red+Green+Blue) = 169+216+56=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D838 is #5627C7. Grayscale: #B8B8B8. Windows color (decimal): -5646280 or 3725481. OLE color: 3725481.
HSL color Cylindrical-coordinate representation of color #A9D838: hue angle of 77.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9D838 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 56 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.15 |
| HSL | 77.63º | 0.67% | 0.53% | - |
| HSV(B) | 77.63º | 0.74% | 0.85% | - |
| XYZ | 41.63 | 57.83 | 12.71 | - |
| YUV | 183.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 56 | 0.22 | 0 | 0.74 | 0.15 | 77.63 | 0.67 | 0.53 |
| Hex | A9 | D8 | 38 | 16 | 0 | 4A | F | 4E | 43 | 35 |
| Octal | 251 | 330 | 70 | 26 | 0 | 112 | 17 | 116 | 103 | 65 |
| Binary | 10101001 | 11011000 | 111000 | 10110 | 0 | 1001010 | 1111 | 1001110 | 1000011 | 110101 |
Color Harmonies of #A9D838
Complementary color
Monochromatic Colors of #A9D838
Black with #A9D838
Text Example
Text Example
White with #A9D838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D838; }
p { color: rgb(169,216,56); }
H1.HeaderClassName
{
color: #A9D838;
}
.AnyTagClassName
{
color: #A9D838;
}
</style>
background-color css
<style>
a { background-color: #A9D838; }
a { background-color: rgb(169,216,56); }
div.DivClassName
{
background-color: #A9D838;
}
.BgClassName
{
background-color: #A9D838;
}
</style>
border-color css
<style>
span { border-color: #A9D838; }
span { border-color: rgb(169,216,56); }
td.TdClassName
{
border-color: #A9D838;
}
.TagClassName
{
border-color: #A9D838;
}
</style>