Shades of Atlantis #A9D03C
Tints of Atlantis #A9D03C
RGB
CMYK
RGB Variations
Color information
#A9D03C (or 0xA9D03C) is known color: Atlantis. HEX triplet: A9, D0 and 3C. RGB value is (169,208,60). Sum of RGB (Red+Green+Blue) = 169+208+60=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D03C is #562FC3. Grayscale: #B4B4B4. Windows color (decimal): -5648324 or 3985577. OLE color: 3985577.
HSL color Cylindrical-coordinate representation of color #A9D03C: hue angle of 75.81º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9D03C is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 60 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.18 |
| HSL | 75.81º | 0.61% | 0.53% | - |
| HSV(B) | 75.81º | 0.71% | 0.82% | - |
| XYZ | 39.73 | 53.87 | 12.58 | - |
| YUV | 179.47 | 60.58 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 60 | 0.19 | 0 | 0.71 | 0.18 | 75.81 | 0.61 | 0.53 |
| Hex | A9 | D0 | 3C | 13 | 0 | 47 | 12 | 4C | 3D | 35 |
| Octal | 251 | 320 | 74 | 23 | 0 | 107 | 22 | 114 | 75 | 65 |
| Binary | 10101001 | 11010000 | 111100 | 10011 | 0 | 1000111 | 10010 | 1001100 | 111101 | 110101 |
Color Harmonies of #A9D03C
Complementary color
Monochromatic Colors of #A9D03C
Black with #A9D03C
Text Example
Text Example
White with #A9D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D03C; }
p { color: rgb(169,208,60); }
H1.HeaderClassName
{
color: #A9D03C;
}
.AnyTagClassName
{
color: #A9D03C;
}
</style>
background-color css
<style>
a { background-color: #A9D03C; }
a { background-color: rgb(169,208,60); }
div.DivClassName
{
background-color: #A9D03C;
}
.BgClassName
{
background-color: #A9D03C;
}
</style>
border-color css
<style>
span { border-color: #A9D03C; }
span { border-color: rgb(169,208,60); }
td.TdClassName
{
border-color: #A9D03C;
}
.TagClassName
{
border-color: #A9D03C;
}
</style>