Shades of Atlantis #A5D337
Tints of Atlantis #A5D337
RGB
CMYK
RGB Variations
Color information
#A5D337 (or 0xA5D337) is known color: Atlantis. HEX triplet: A5, D3 and 37. RGB value is (165,211,55). Sum of RGB (Red+Green+Blue) = 165+211+55=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D337 is #5A2CC8. Grayscale: #B4B4B4. Windows color (decimal): -5909705 or 3658661. OLE color: 3658661.
HSL color Cylindrical-coordinate representation of color #A5D337: hue angle of 77.69º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5D337 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 211 | 55 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.17 |
| HSL | 77.69º | 0.64% | 0.52% | - |
| HSV(B) | 77.69º | 0.74% | 0.83% | - |
| XYZ | 39.5 | 54.86 | 12.12 | - |
| YUV | 179.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 211 | 55 | 0.22 | 0 | 0.74 | 0.17 | 77.69 | 0.64 | 0.52 |
| Hex | A5 | D3 | 37 | 16 | 0 | 4A | 11 | 4E | 40 | 34 |
| Octal | 245 | 323 | 67 | 26 | 0 | 112 | 21 | 116 | 100 | 64 |
| Binary | 10100101 | 11010011 | 110111 | 10110 | 0 | 1001010 | 10001 | 1001110 | 1000000 | 110100 |
Color Harmonies of #A5D337
Complementary color
Monochromatic Colors of #A5D337
Black with #A5D337
Text Example
Text Example
White with #A5D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D337; }
p { color: rgb(165,211,55); }
H1.HeaderClassName
{
color: #A5D337;
}
.AnyTagClassName
{
color: #A5D337;
}
</style>
background-color css
<style>
a { background-color: #A5D337; }
a { background-color: rgb(165,211,55); }
div.DivClassName
{
background-color: #A5D337;
}
.BgClassName
{
background-color: #A5D337;
}
</style>
border-color css
<style>
span { border-color: #A5D337; }
span { border-color: rgb(165,211,55); }
td.TdClassName
{
border-color: #A5D337;
}
.TagClassName
{
border-color: #A5D337;
}
</style>