Shades of Atlantis #A5E13B
Tints of Atlantis #A5E13B
RGB
CMYK
RGB Variations
Color information
#A5E13B (or 0xA5E13B) is known color: Atlantis. HEX triplet: A5, E1 and 3B. RGB value is (165,225,59). Sum of RGB (Red+Green+Blue) = 165+225+59=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E13B is #5A1EC4. Grayscale: #BCBCBC. Windows color (decimal): -5906117 or 3924389. OLE color: 3924389.
HSL color Cylindrical-coordinate representation of color #A5E13B: hue angle of 81.69º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5E13B is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 59 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.12 |
| HSL | 81.69º | 0.73% | 0.56% | - |
| HSV(B) | 81.69º | 0.74% | 0.88% | - |
| XYZ | 43.23 | 62.17 | 13.86 | - |
| YUV | 188.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 59 | 0.27 | 0 | 0.74 | 0.12 | 81.69 | 0.73 | 0.56 |
| Hex | A5 | E1 | 3B | 1B | 0 | 4A | C | 52 | 49 | 38 |
| Octal | 245 | 341 | 73 | 33 | 0 | 112 | 14 | 122 | 111 | 70 |
| Binary | 10100101 | 11100001 | 111011 | 11011 | 0 | 1001010 | 1100 | 1010010 | 1001001 | 111000 |
Color Harmonies of #A5E13B
Complementary color
Monochromatic Colors of #A5E13B
Black with #A5E13B
Text Example
Text Example
White with #A5E13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E13B; }
p { color: rgb(165,225,59); }
H1.HeaderClassName
{
color: #A5E13B;
}
.AnyTagClassName
{
color: #A5E13B;
}
</style>
background-color css
<style>
a { background-color: #A5E13B; }
a { background-color: rgb(165,225,59); }
div.DivClassName
{
background-color: #A5E13B;
}
.BgClassName
{
background-color: #A5E13B;
}
</style>
border-color css
<style>
span { border-color: #A5E13B; }
span { border-color: rgb(165,225,59); }
td.TdClassName
{
border-color: #A5E13B;
}
.TagClassName
{
border-color: #A5E13B;
}
</style>