Shades of Atlantis #A5E03D
Tints of Atlantis #A5E03D
RGB
CMYK
RGB Variations
Color information
#A5E03D (or 0xA5E03D) is known color: Atlantis. HEX triplet: A5, E0 and 3D. RGB value is (165,224,61). Sum of RGB (Red+Green+Blue) = 165+224+61=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E03D is #5A1FC2. Grayscale: #BCBCBC. Windows color (decimal): -5906371 or 4055205. OLE color: 4055205.
HSL color Cylindrical-coordinate representation of color #A5E03D: hue angle of 81.72º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5E03D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 61 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.12 |
| HSL | 81.72º | 0.72% | 0.56% | - |
| HSV(B) | 81.72º | 0.73% | 0.88% | - |
| XYZ | 43.02 | 61.65 | 14.05 | - |
| YUV | 187.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 61 | 0.26 | 0 | 0.73 | 0.12 | 81.72 | 0.72 | 0.56 |
| Hex | A5 | E0 | 3D | 1A | 0 | 49 | C | 52 | 48 | 38 |
| Octal | 245 | 340 | 75 | 32 | 0 | 111 | 14 | 122 | 110 | 70 |
| Binary | 10100101 | 11100000 | 111101 | 11010 | 0 | 1001001 | 1100 | 1010010 | 1001000 | 111000 |
Color Harmonies of #A5E03D
Complementary color
Monochromatic Colors of #A5E03D
Black with #A5E03D
Text Example
Text Example
White with #A5E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E03D; }
p { color: rgb(165,224,61); }
H1.HeaderClassName
{
color: #A5E03D;
}
.AnyTagClassName
{
color: #A5E03D;
}
</style>
background-color css
<style>
a { background-color: #A5E03D; }
a { background-color: rgb(165,224,61); }
div.DivClassName
{
background-color: #A5E03D;
}
.BgClassName
{
background-color: #A5E03D;
}
</style>
border-color css
<style>
span { border-color: #A5E03D; }
span { border-color: rgb(165,224,61); }
td.TdClassName
{
border-color: #A5E03D;
}
.TagClassName
{
border-color: #A5E03D;
}
</style>