Shades of Atlantis #A5CE49
Tints of Atlantis #A5CE49
RGB
CMYK
RGB Variations
Color information
#A5CE49 (or 0xA5CE49) is known color: Atlantis. HEX triplet: A5, CE and 49. RGB value is (165,206,73). Sum of RGB (Red+Green+Blue) = 165+206+73=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE49 is #5A31B6. Grayscale: #B3B3B3. Windows color (decimal): -5910967 or 4837029. OLE color: 4837029.
HSL color Cylindrical-coordinate representation of color #A5CE49: hue angle of 78.5º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5CE49 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 73 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.19 |
| HSL | 78.5º | 0.58% | 0.55% | - |
| HSV(B) | 78.5º | 0.65% | 0.81% | - |
| XYZ | 38.79 | 52.62 | 14.42 | - |
| YUV | 178.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 73 | 0.20 | 0 | 0.65 | 0.19 | 78.5 | 0.58 | 0.55 |
| Hex | A5 | CE | 49 | 14 | 0 | 41 | 13 | 4E | 3A | 37 |
| Octal | 245 | 316 | 111 | 24 | 0 | 101 | 23 | 116 | 72 | 67 |
| Binary | 10100101 | 11001110 | 1001001 | 10100 | 0 | 1000001 | 10011 | 1001110 | 111010 | 110111 |
Color Harmonies of #A5CE49
Complementary color
Monochromatic Colors of #A5CE49
Black with #A5CE49
Text Example
Text Example
White with #A5CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE49; }
p { color: rgb(165,206,73); }
H1.HeaderClassName
{
color: #A5CE49;
}
.AnyTagClassName
{
color: #A5CE49;
}
</style>
background-color css
<style>
a { background-color: #A5CE49; }
a { background-color: rgb(165,206,73); }
div.DivClassName
{
background-color: #A5CE49;
}
.BgClassName
{
background-color: #A5CE49;
}
</style>
border-color css
<style>
span { border-color: #A5CE49; }
span { border-color: rgb(165,206,73); }
td.TdClassName
{
border-color: #A5CE49;
}
.TagClassName
{
border-color: #A5CE49;
}
</style>