Shades of Atlantis #A5CA46
Tints of Atlantis #A5CA46
RGB
CMYK
RGB Variations
Color information
#A5CA46 (or 0xA5CA46) is known color: Atlantis. HEX triplet: A5, CA and 46. RGB value is (165,202,70). Sum of RGB (Red+Green+Blue) = 165+202+70=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA46 is #5A35B9. Grayscale: #B0B0B0. Windows color (decimal): -5911994 or 4639397. OLE color: 4639397.
HSL color Cylindrical-coordinate representation of color #A5CA46: hue angle of 76.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5CA46 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 70 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.21 |
| HSL | 76.82º | 0.55% | 0.53% | - |
| HSV(B) | 76.82º | 0.65% | 0.79% | - |
| XYZ | 37.74 | 50.68 | 13.59 | - |
| YUV | 175.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 70 | 0.18 | 0 | 0.65 | 0.21 | 76.82 | 0.55 | 0.53 |
| Hex | A5 | CA | 46 | 12 | 0 | 41 | 15 | 4D | 37 | 35 |
| Octal | 245 | 312 | 106 | 22 | 0 | 101 | 25 | 115 | 67 | 65 |
| Binary | 10100101 | 11001010 | 1000110 | 10010 | 0 | 1000001 | 10101 | 1001101 | 110111 | 110101 |
Color Harmonies of #A5CA46
Complementary color
Monochromatic Colors of #A5CA46
Black with #A5CA46
Text Example
Text Example
White with #A5CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA46; }
p { color: rgb(165,202,70); }
H1.HeaderClassName
{
color: #A5CA46;
}
.AnyTagClassName
{
color: #A5CA46;
}
</style>
background-color css
<style>
a { background-color: #A5CA46; }
a { background-color: rgb(165,202,70); }
div.DivClassName
{
background-color: #A5CA46;
}
.BgClassName
{
background-color: #A5CA46;
}
</style>
border-color css
<style>
span { border-color: #A5CA46; }
span { border-color: rgb(165,202,70); }
td.TdClassName
{
border-color: #A5CA46;
}
.TagClassName
{
border-color: #A5CA46;
}
</style>