Shades of Atlantis #A9DF3C
Tints of Atlantis #A9DF3C
RGB
CMYK
RGB Variations
Color information
#A9DF3C (or 0xA9DF3C) is known color: Atlantis. HEX triplet: A9, DF and 3C. RGB value is (169,223,60). Sum of RGB (Red+Green+Blue) = 169+223+60=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DF3C is #5620C3. Grayscale: #BCBCBC. Windows color (decimal): -5644484 or 3989417. OLE color: 3989417.
HSL color Cylindrical-coordinate representation of color #A9DF3C: hue angle of 79.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9DF3C is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 60 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.13 |
| HSL | 79.88º | 0.72% | 0.55% | - |
| HSV(B) | 79.88º | 0.73% | 0.87% | - |
| XYZ | 43.57 | 61.54 | 13.86 | - |
| YUV | 188.27 | 55.61 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 60 | 0.24 | 0 | 0.73 | 0.13 | 79.88 | 0.72 | 0.55 |
| Hex | A9 | DF | 3C | 18 | 0 | 49 | D | 50 | 48 | 37 |
| Octal | 251 | 337 | 74 | 30 | 0 | 111 | 15 | 120 | 110 | 67 |
| Binary | 10101001 | 11011111 | 111100 | 11000 | 0 | 1001001 | 1101 | 1010000 | 1001000 | 110111 |
Color Harmonies of #A9DF3C
Complementary color
Monochromatic Colors of #A9DF3C
Black with #A9DF3C
Text Example
Text Example
White with #A9DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF3C; }
p { color: rgb(169,223,60); }
H1.HeaderClassName
{
color: #A9DF3C;
}
.AnyTagClassName
{
color: #A9DF3C;
}
</style>
background-color css
<style>
a { background-color: #A9DF3C; }
a { background-color: rgb(169,223,60); }
div.DivClassName
{
background-color: #A9DF3C;
}
.BgClassName
{
background-color: #A9DF3C;
}
</style>
border-color css
<style>
span { border-color: #A9DF3C; }
span { border-color: rgb(169,223,60); }
td.TdClassName
{
border-color: #A9DF3C;
}
.TagClassName
{
border-color: #A9DF3C;
}
</style>