Shades of Atlantis #A9CD43
Tints of Atlantis #A9CD43
RGB
CMYK
RGB Variations
Color information
#A9CD43 (or 0xA9CD43) is known color: Atlantis. HEX triplet: A9, CD and 43. RGB value is (169,205,67). Sum of RGB (Red+Green+Blue) = 169+205+67=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CD43 is #5632BC. Grayscale: #B3B3B3. Windows color (decimal): -5649085 or 4443561. OLE color: 4443561.
HSL color Cylindrical-coordinate representation of color #A9CD43: hue angle of 75.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9CD43 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 205 | 67 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.20 |
| HSL | 75.65º | 0.58% | 0.53% | - |
| HSV(B) | 75.65º | 0.67% | 0.8% | - |
| XYZ | 39.21 | 52.5 | 13.38 | - |
| YUV | 178.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 67 | 0.18 | 0 | 0.67 | 0.20 | 75.65 | 0.58 | 0.53 |
| Hex | A9 | CD | 43 | 12 | 0 | 43 | 14 | 4C | 3A | 35 |
| Octal | 251 | 315 | 103 | 22 | 0 | 103 | 24 | 114 | 72 | 65 |
| Binary | 10101001 | 11001101 | 1000011 | 10010 | 0 | 1000011 | 10100 | 1001100 | 111010 | 110101 |
Color Harmonies of #A9CD43
Complementary color
Monochromatic Colors of #A9CD43
Black with #A9CD43
Text Example
Text Example
White with #A9CD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CD43; }
p { color: rgb(169,205,67); }
H1.HeaderClassName
{
color: #A9CD43;
}
.AnyTagClassName
{
color: #A9CD43;
}
</style>
background-color css
<style>
a { background-color: #A9CD43; }
a { background-color: rgb(169,205,67); }
div.DivClassName
{
background-color: #A9CD43;
}
.BgClassName
{
background-color: #A9CD43;
}
</style>
border-color css
<style>
span { border-color: #A9CD43; }
span { border-color: rgb(169,205,67); }
td.TdClassName
{
border-color: #A9CD43;
}
.TagClassName
{
border-color: #A9CD43;
}
</style>