Shades of Atlantis #A5E042
Tints of Atlantis #A5E042
RGB
CMYK
RGB Variations
Color information
#A5E042 (or 0xA5E042) is known color: Atlantis. HEX triplet: A5, E0 and 42. RGB value is (165,224,66). Sum of RGB (Red+Green+Blue) = 165+224+66=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E042 is #5A1FBD. Grayscale: #BCBCBC. Windows color (decimal): -5906366 or 4382885. OLE color: 4382885.
HSL color Cylindrical-coordinate representation of color #A5E042: hue angle of 82.41º degrees, saturation: 0.72, 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 #A5E042 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 66 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.12 |
| HSL | 82.41º | 0.72% | 0.57% | - |
| HSV(B) | 82.41º | 0.71% | 0.88% | - |
| XYZ | 43.16 | 61.7 | 14.79 | - |
| YUV | 188.35 | 58.95 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 66 | 0.26 | 0 | 0.71 | 0.12 | 82.41 | 0.72 | 0.57 |
| Hex | A5 | E0 | 42 | 1A | 0 | 47 | C | 52 | 48 | 39 |
| Octal | 245 | 340 | 102 | 32 | 0 | 107 | 14 | 122 | 110 | 71 |
| Binary | 10100101 | 11100000 | 1000010 | 11010 | 0 | 1000111 | 1100 | 1010010 | 1001000 | 111001 |
Color Harmonies of #A5E042
Complementary color
Monochromatic Colors of #A5E042
Black with #A5E042
Text Example
Text Example
White with #A5E042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E042; }
p { color: rgb(165,224,66); }
H1.HeaderClassName
{
color: #A5E042;
}
.AnyTagClassName
{
color: #A5E042;
}
</style>
background-color css
<style>
a { background-color: #A5E042; }
a { background-color: rgb(165,224,66); }
div.DivClassName
{
background-color: #A5E042;
}
.BgClassName
{
background-color: #A5E042;
}
</style>
border-color css
<style>
span { border-color: #A5E042; }
span { border-color: rgb(165,224,66); }
td.TdClassName
{
border-color: #A5E042;
}
.TagClassName
{
border-color: #A5E042;
}
</style>