Shades of Atlantis #A9CA3D
Tints of Atlantis #A9CA3D
RGB
CMYK
RGB Variations
Color information
#A9CA3D (or 0xA9CA3D) is known color: Atlantis. HEX triplet: A9, CA and 3D. RGB value is (169,202,61). Sum of RGB (Red+Green+Blue) = 169+202+61=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CA3D is #5635C2. Grayscale: #B0B0B0. Windows color (decimal): -5649859 or 4049577. OLE color: 4049577.
HSL color Cylindrical-coordinate representation of color #A9CA3D: hue angle of 74.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9CA3D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 61 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.21 |
| HSL | 74.04º | 0.57% | 0.52% | - |
| HSV(B) | 74.04º | 0.7% | 0.79% | - |
| XYZ | 38.33 | 51.01 | 12.24 | - |
| YUV | 176.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 61 | 0.16 | 0 | 0.70 | 0.21 | 74.04 | 0.57 | 0.52 |
| Hex | A9 | CA | 3D | 10 | 0 | 46 | 15 | 4A | 39 | 34 |
| Octal | 251 | 312 | 75 | 20 | 0 | 106 | 25 | 112 | 71 | 64 |
| Binary | 10101001 | 11001010 | 111101 | 10000 | 0 | 1000110 | 10101 | 1001010 | 111001 | 110100 |
Color Harmonies of #A9CA3D
Complementary color
Monochromatic Colors of #A9CA3D
Black with #A9CA3D
Text Example
Text Example
White with #A9CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA3D; }
p { color: rgb(169,202,61); }
H1.HeaderClassName
{
color: #A9CA3D;
}
.AnyTagClassName
{
color: #A9CA3D;
}
</style>
background-color css
<style>
a { background-color: #A9CA3D; }
a { background-color: rgb(169,202,61); }
div.DivClassName
{
background-color: #A9CA3D;
}
.BgClassName
{
background-color: #A9CA3D;
}
</style>
border-color css
<style>
span { border-color: #A9CA3D; }
span { border-color: rgb(169,202,61); }
td.TdClassName
{
border-color: #A9CA3D;
}
.TagClassName
{
border-color: #A9CA3D;
}
</style>