Shades of Atlantis #A9D83E
Tints of Atlantis #A9D83E
RGB
CMYK
RGB Variations
Color information
#A9D83E (or 0xA9D83E) is known color: Atlantis. HEX triplet: A9, D8 and 3E. RGB value is (169,216,62). Sum of RGB (Red+Green+Blue) = 169+216+62=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D83E is #5627C1. Grayscale: #B8B8B8. Windows color (decimal): -5646274 or 4118697. OLE color: 4118697.
HSL color Cylindrical-coordinate representation of color #A9D83E: hue angle of 78.31º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9D83E is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 62 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.15 |
| HSL | 78.31º | 0.66% | 0.55% | - |
| HSV(B) | 78.31º | 0.71% | 0.85% | - |
| XYZ | 41.79 | 57.89 | 13.53 | - |
| YUV | 184.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 62 | 0.22 | 0 | 0.71 | 0.15 | 78.31 | 0.66 | 0.55 |
| Hex | A9 | D8 | 3E | 16 | 0 | 47 | F | 4E | 42 | 37 |
| Octal | 251 | 330 | 76 | 26 | 0 | 107 | 17 | 116 | 102 | 67 |
| Binary | 10101001 | 11011000 | 111110 | 10110 | 0 | 1000111 | 1111 | 1001110 | 1000010 | 110111 |
Color Harmonies of #A9D83E
Complementary color
Monochromatic Colors of #A9D83E
Black with #A9D83E
Text Example
Text Example
White with #A9D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D83E; }
p { color: rgb(169,216,62); }
H1.HeaderClassName
{
color: #A9D83E;
}
.AnyTagClassName
{
color: #A9D83E;
}
</style>
background-color css
<style>
a { background-color: #A9D83E; }
a { background-color: rgb(169,216,62); }
div.DivClassName
{
background-color: #A9D83E;
}
.BgClassName
{
background-color: #A9D83E;
}
</style>
border-color css
<style>
span { border-color: #A9D83E; }
span { border-color: rgb(169,216,62); }
td.TdClassName
{
border-color: #A9D83E;
}
.TagClassName
{
border-color: #A9D83E;
}
</style>