Shades of Atlantis #A5E637
Tints of Atlantis #A5E637
RGB
CMYK
RGB Variations
Color information
#A5E637 (or 0xA5E637) is known color: Atlantis. HEX triplet: A5, E6 and 37. RGB value is (165,230,55). Sum of RGB (Red+Green+Blue) = 165+230+55=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E637 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E637 is #5A19C8. Grayscale: #BFBFBF. Windows color (decimal): -5904841 or 3663525. OLE color: 3663525.
HSL color Cylindrical-coordinate representation of color #A5E637: hue angle of 82.29º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5E637 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 55 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.10 |
| HSL | 82.29º | 0.78% | 0.56% | - |
| HSV(B) | 82.29º | 0.76% | 0.9% | - |
| XYZ | 44.5 | 64.87 | 13.79 | - |
| YUV | 190.62 | 51.47 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 55 | 0.28 | 0 | 0.76 | 0.10 | 82.29 | 0.78 | 0.56 |
| Hex | A5 | E6 | 37 | 1C | 0 | 4C | A | 52 | 4E | 38 |
| Octal | 245 | 346 | 67 | 34 | 0 | 114 | 12 | 122 | 116 | 70 |
| Binary | 10100101 | 11100110 | 110111 | 11100 | 0 | 1001100 | 1010 | 1010010 | 1001110 | 111000 |
Color Harmonies of #A5E637
Complementary color
Monochromatic Colors of #A5E637
Black with #A5E637
Text Example
Text Example
White with #A5E637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E637; }
p { color: rgb(165,230,55); }
H1.HeaderClassName
{
color: #A5E637;
}
.AnyTagClassName
{
color: #A5E637;
}
</style>
background-color css
<style>
a { background-color: #A5E637; }
a { background-color: rgb(165,230,55); }
div.DivClassName
{
background-color: #A5E637;
}
.BgClassName
{
background-color: #A5E637;
}
</style>
border-color css
<style>
span { border-color: #A5E637; }
span { border-color: rgb(165,230,55); }
td.TdClassName
{
border-color: #A5E637;
}
.TagClassName
{
border-color: #A5E637;
}
</style>