Shades of Atlantis #A5E135
Tints of Atlantis #A5E135
RGB
CMYK
RGB Variations
Color information
#A5E135 (or 0xA5E135) is known color: Atlantis. HEX triplet: A5, E1 and 35. RGB value is (165,225,53). Sum of RGB (Red+Green+Blue) = 165+225+53=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E135 is #5A1ECA. Grayscale: #BCBCBC. Windows color (decimal): -5906123 or 3531173. OLE color: 3531173.
HSL color Cylindrical-coordinate representation of color #A5E135: hue angle of 80.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5E135 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 53 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.12 |
| HSL | 80.93º | 0.74% | 0.55% | - |
| HSV(B) | 80.93º | 0.76% | 0.88% | - |
| XYZ | 43.08 | 62.11 | 13.09 | - |
| YUV | 187.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 53 | 0.27 | 0 | 0.76 | 0.12 | 80.93 | 0.74 | 0.55 |
| Hex | A5 | E1 | 35 | 1B | 0 | 4C | C | 51 | 4A | 37 |
| Octal | 245 | 341 | 65 | 33 | 0 | 114 | 14 | 121 | 112 | 67 |
| Binary | 10100101 | 11100001 | 110101 | 11011 | 0 | 1001100 | 1100 | 1010001 | 1001010 | 110111 |
Color Harmonies of #A5E135
Complementary color
Monochromatic Colors of #A5E135
Black with #A5E135
Text Example
Text Example
White with #A5E135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E135; }
p { color: rgb(165,225,53); }
H1.HeaderClassName
{
color: #A5E135;
}
.AnyTagClassName
{
color: #A5E135;
}
</style>
background-color css
<style>
a { background-color: #A5E135; }
a { background-color: rgb(165,225,53); }
div.DivClassName
{
background-color: #A5E135;
}
.BgClassName
{
background-color: #A5E135;
}
</style>
border-color css
<style>
span { border-color: #A5E135; }
span { border-color: rgb(165,225,53); }
td.TdClassName
{
border-color: #A5E135;
}
.TagClassName
{
border-color: #A5E135;
}
</style>