Shades of Atlantis #A5E13E
Tints of Atlantis #A5E13E
RGB
CMYK
RGB Variations
Color information
#A5E13E (or 0xA5E13E) is known color: Atlantis. HEX triplet: A5, E1 and 3E. RGB value is (165,225,62). Sum of RGB (Red+Green+Blue) = 165+225+62=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E13E is #5A1EC1. Grayscale: #BDBDBD. Windows color (decimal): -5906114 or 4120997. OLE color: 4120997.
HSL color Cylindrical-coordinate representation of color #A5E13E: hue angle of 82.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5E13E is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 62 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.12 |
| HSL | 82.09º | 0.73% | 0.56% | - |
| HSV(B) | 82.09º | 0.72% | 0.88% | - |
| XYZ | 43.31 | 62.2 | 14.28 | - |
| YUV | 188.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 62 | 0.27 | 0 | 0.72 | 0.12 | 82.09 | 0.73 | 0.56 |
| Hex | A5 | E1 | 3E | 1B | 0 | 48 | C | 52 | 49 | 38 |
| Octal | 245 | 341 | 76 | 33 | 0 | 110 | 14 | 122 | 111 | 70 |
| Binary | 10100101 | 11100001 | 111110 | 11011 | 0 | 1001000 | 1100 | 1010010 | 1001001 | 111000 |
Color Harmonies of #A5E13E
Complementary color
Monochromatic Colors of #A5E13E
Black with #A5E13E
Text Example
Text Example
White with #A5E13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E13E; }
p { color: rgb(165,225,62); }
H1.HeaderClassName
{
color: #A5E13E;
}
.AnyTagClassName
{
color: #A5E13E;
}
</style>
background-color css
<style>
a { background-color: #A5E13E; }
a { background-color: rgb(165,225,62); }
div.DivClassName
{
background-color: #A5E13E;
}
.BgClassName
{
background-color: #A5E13E;
}
</style>
border-color css
<style>
span { border-color: #A5E13E; }
span { border-color: rgb(165,225,62); }
td.TdClassName
{
border-color: #A5E13E;
}
.TagClassName
{
border-color: #A5E13E;
}
</style>