Shades of Atlantis #A5E141
Tints of Atlantis #A5E141
RGB
CMYK
RGB Variations
Color information
#A5E141 (or 0xA5E141) is known color: Atlantis. HEX triplet: A5, E1 and 41. RGB value is (165,225,65). Sum of RGB (Red+Green+Blue) = 165+225+65=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E141 is #5A1EBE. Grayscale: #BDBDBD. Windows color (decimal): -5906111 or 4317605. OLE color: 4317605.
HSL color Cylindrical-coordinate representation of color #A5E141: hue angle of 82.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5E141 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 65 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.12 |
| HSL | 82.5º | 0.73% | 0.57% | - |
| HSV(B) | 82.5º | 0.71% | 0.88% | - |
| XYZ | 43.4 | 62.23 | 14.73 | - |
| YUV | 188.82 | 58.12 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 65 | 0.27 | 0 | 0.71 | 0.12 | 82.5 | 0.73 | 0.57 |
| Hex | A5 | E1 | 41 | 1B | 0 | 47 | C | 52 | 49 | 39 |
| Octal | 245 | 341 | 101 | 33 | 0 | 107 | 14 | 122 | 111 | 71 |
| Binary | 10100101 | 11100001 | 1000001 | 11011 | 0 | 1000111 | 1100 | 1010010 | 1001001 | 111001 |
Color Harmonies of #A5E141
Complementary color
Monochromatic Colors of #A5E141
Black with #A5E141
Text Example
Text Example
White with #A5E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E141; }
p { color: rgb(165,225,65); }
H1.HeaderClassName
{
color: #A5E141;
}
.AnyTagClassName
{
color: #A5E141;
}
</style>
background-color css
<style>
a { background-color: #A5E141; }
a { background-color: rgb(165,225,65); }
div.DivClassName
{
background-color: #A5E141;
}
.BgClassName
{
background-color: #A5E141;
}
</style>
border-color css
<style>
span { border-color: #A5E141; }
span { border-color: rgb(165,225,65); }
td.TdClassName
{
border-color: #A5E141;
}
.TagClassName
{
border-color: #A5E141;
}
</style>