Shades of Atlantis #A5E138
Tints of Atlantis #A5E138
RGB
CMYK
RGB Variations
Color information
#A5E138 (or 0xA5E138) is known color: Atlantis. HEX triplet: A5, E1 and 38. RGB value is (165,225,56). Sum of RGB (Red+Green+Blue) = 165+225+56=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E138 is #5A1EC7. Grayscale: #BCBCBC. Windows color (decimal): -5906120 or 3727781. OLE color: 3727781.
HSL color Cylindrical-coordinate representation of color #A5E138: hue angle of 81.3º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5E138 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 56 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.12 |
| HSL | 81.3º | 0.74% | 0.55% | - |
| HSV(B) | 81.3º | 0.75% | 0.88% | - |
| XYZ | 43.16 | 62.14 | 13.46 | - |
| YUV | 187.79 | 53.62 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 56 | 0.27 | 0 | 0.75 | 0.12 | 81.3 | 0.74 | 0.55 |
| Hex | A5 | E1 | 38 | 1B | 0 | 4B | C | 51 | 4A | 37 |
| Octal | 245 | 341 | 70 | 33 | 0 | 113 | 14 | 121 | 112 | 67 |
| Binary | 10100101 | 11100001 | 111000 | 11011 | 0 | 1001011 | 1100 | 1010001 | 1001010 | 110111 |
Color Harmonies of #A5E138
Complementary color
Monochromatic Colors of #A5E138
Black with #A5E138
Text Example
Text Example
White with #A5E138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E138; }
p { color: rgb(165,225,56); }
H1.HeaderClassName
{
color: #A5E138;
}
.AnyTagClassName
{
color: #A5E138;
}
</style>
background-color css
<style>
a { background-color: #A5E138; }
a { background-color: rgb(165,225,56); }
div.DivClassName
{
background-color: #A5E138;
}
.BgClassName
{
background-color: #A5E138;
}
</style>
border-color css
<style>
span { border-color: #A5E138; }
span { border-color: rgb(165,225,56); }
td.TdClassName
{
border-color: #A5E138;
}
.TagClassName
{
border-color: #A5E138;
}
</style>