Shades of Atlantis #A5C445
Tints of Atlantis #A5C445
RGB
CMYK
RGB Variations
Color information
#A5C445 (or 0xA5C445) is known color: Atlantis. HEX triplet: A5, C4 and 45. RGB value is (165,196,69). Sum of RGB (Red+Green+Blue) = 165+196+69=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C445 is #5A3BBA. Grayscale: #ACACAC. Windows color (decimal): -5913531 or 4572325. OLE color: 4572325.
HSL color Cylindrical-coordinate representation of color #A5C445: hue angle of 74.65º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5C445 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 69 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.23 |
| HSL | 74.65º | 0.52% | 0.52% | - |
| HSV(B) | 74.65º | 0.65% | 0.77% | - |
| XYZ | 36.33 | 47.91 | 12.96 | - |
| YUV | 172.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 69 | 0.16 | 0 | 0.65 | 0.23 | 74.65 | 0.52 | 0.52 |
| Hex | A5 | C4 | 45 | 10 | 0 | 41 | 17 | 4B | 34 | 34 |
| Octal | 245 | 304 | 105 | 20 | 0 | 101 | 27 | 113 | 64 | 64 |
| Binary | 10100101 | 11000100 | 1000101 | 10000 | 0 | 1000001 | 10111 | 1001011 | 110100 | 110100 |
Color Harmonies of #A5C445
Complementary color
Monochromatic Colors of #A5C445
Black with #A5C445
Text Example
Text Example
White with #A5C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C445; }
p { color: rgb(165,196,69); }
H1.HeaderClassName
{
color: #A5C445;
}
.AnyTagClassName
{
color: #A5C445;
}
</style>
background-color css
<style>
a { background-color: #A5C445; }
a { background-color: rgb(165,196,69); }
div.DivClassName
{
background-color: #A5C445;
}
.BgClassName
{
background-color: #A5C445;
}
</style>
border-color css
<style>
span { border-color: #A5C445; }
span { border-color: rgb(165,196,69); }
td.TdClassName
{
border-color: #A5C445;
}
.TagClassName
{
border-color: #A5C445;
}
</style>