Shades of Atlantis #A9D73D
Tints of Atlantis #A9D73D
RGB
CMYK
RGB Variations
Color information
#A9D73D (or 0xA9D73D) is known color: Atlantis. HEX triplet: A9, D7 and 3D. RGB value is (169,215,61). Sum of RGB (Red+Green+Blue) = 169+215+61=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D73D is #5628C2. Grayscale: #B8B8B8. Windows color (decimal): -5646531 or 4052905. OLE color: 4052905.
HSL color Cylindrical-coordinate representation of color #A9D73D: hue angle of 77.92º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9D73D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 61 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.16 |
| HSL | 77.92º | 0.66% | 0.54% | - |
| HSV(B) | 77.92º | 0.72% | 0.84% | - |
| XYZ | 41.5 | 57.37 | 13.3 | - |
| YUV | 183.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 61 | 0.21 | 0 | 0.72 | 0.16 | 77.92 | 0.66 | 0.54 |
| Hex | A9 | D7 | 3D | 15 | 0 | 48 | 10 | 4E | 42 | 36 |
| Octal | 251 | 327 | 75 | 25 | 0 | 110 | 20 | 116 | 102 | 66 |
| Binary | 10101001 | 11010111 | 111101 | 10101 | 0 | 1001000 | 10000 | 1001110 | 1000010 | 110110 |
Color Harmonies of #A9D73D
Complementary color
Monochromatic Colors of #A9D73D
Black with #A9D73D
Text Example
Text Example
White with #A9D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D73D; }
p { color: rgb(169,215,61); }
H1.HeaderClassName
{
color: #A9D73D;
}
.AnyTagClassName
{
color: #A9D73D;
}
</style>
background-color css
<style>
a { background-color: #A9D73D; }
a { background-color: rgb(169,215,61); }
div.DivClassName
{
background-color: #A9D73D;
}
.BgClassName
{
background-color: #A9D73D;
}
</style>
border-color css
<style>
span { border-color: #A9D73D; }
span { border-color: rgb(169,215,61); }
td.TdClassName
{
border-color: #A9D73D;
}
.TagClassName
{
border-color: #A9D73D;
}
</style>