Shades of Atlantis #A5CA4D
Tints of Atlantis #A5CA4D
RGB
CMYK
RGB Variations
Color information
#A5CA4D (or 0xA5CA4D) is known color: Atlantis. HEX triplet: A5, CA and 4D. RGB value is (165,202,77). Sum of RGB (Red+Green+Blue) = 165+202+77=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA4D is #5A35B2. Grayscale: #B1B1B1. Windows color (decimal): -5911987 or 5098149. OLE color: 5098149.
HSL color Cylindrical-coordinate representation of color #A5CA4D: hue angle of 77.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5CA4D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 77 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.21 |
| HSL | 77.76º | 0.54% | 0.55% | - |
| HSV(B) | 77.76º | 0.62% | 0.79% | - |
| XYZ | 37.98 | 50.78 | 14.82 | - |
| YUV | 176.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 77 | 0.18 | 0 | 0.62 | 0.21 | 77.76 | 0.54 | 0.55 |
| Hex | A5 | CA | 4D | 12 | 0 | 3E | 15 | 4E | 36 | 37 |
| Octal | 245 | 312 | 115 | 22 | 0 | 76 | 25 | 116 | 66 | 67 |
| Binary | 10100101 | 11001010 | 1001101 | 10010 | 0 | 111110 | 10101 | 1001110 | 110110 | 110111 |
Color Harmonies of #A5CA4D
Complementary color
Monochromatic Colors of #A5CA4D
Black with #A5CA4D
Text Example
Text Example
White with #A5CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA4D; }
p { color: rgb(165,202,77); }
H1.HeaderClassName
{
color: #A5CA4D;
}
.AnyTagClassName
{
color: #A5CA4D;
}
</style>
background-color css
<style>
a { background-color: #A5CA4D; }
a { background-color: rgb(165,202,77); }
div.DivClassName
{
background-color: #A5CA4D;
}
.BgClassName
{
background-color: #A5CA4D;
}
</style>
border-color css
<style>
span { border-color: #A5CA4D; }
span { border-color: rgb(165,202,77); }
td.TdClassName
{
border-color: #A5CA4D;
}
.TagClassName
{
border-color: #A5CA4D;
}
</style>