Shades of Atlantis #A5E03F
Tints of Atlantis #A5E03F
RGB
CMYK
RGB Variations
Color information
#A5E03F (or 0xA5E03F) is known color: Atlantis. HEX triplet: A5, E0 and 3F. RGB value is (165,224,63). Sum of RGB (Red+Green+Blue) = 165+224+63=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E03F is #5A1FC0. Grayscale: #BCBCBC. Windows color (decimal): -5906369 or 4186277. OLE color: 4186277.
HSL color Cylindrical-coordinate representation of color #A5E03F: hue angle of 81.99º degrees, saturation: 0.72, 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 #A5E03F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 63 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.12 |
| HSL | 81.99º | 0.72% | 0.56% | - |
| HSV(B) | 81.99º | 0.72% | 0.88% | - |
| XYZ | 43.07 | 61.67 | 14.34 | - |
| YUV | 188.01 | 57.45 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 63 | 0.26 | 0 | 0.72 | 0.12 | 81.99 | 0.72 | 0.56 |
| Hex | A5 | E0 | 3F | 1A | 0 | 48 | C | 52 | 48 | 38 |
| Octal | 245 | 340 | 77 | 32 | 0 | 110 | 14 | 122 | 110 | 70 |
| Binary | 10100101 | 11100000 | 111111 | 11010 | 0 | 1001000 | 1100 | 1010010 | 1001000 | 111000 |
Color Harmonies of #A5E03F
Complementary color
Monochromatic Colors of #A5E03F
Black with #A5E03F
Text Example
Text Example
White with #A5E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E03F; }
p { color: rgb(165,224,63); }
H1.HeaderClassName
{
color: #A5E03F;
}
.AnyTagClassName
{
color: #A5E03F;
}
</style>
background-color css
<style>
a { background-color: #A5E03F; }
a { background-color: rgb(165,224,63); }
div.DivClassName
{
background-color: #A5E03F;
}
.BgClassName
{
background-color: #A5E03F;
}
</style>
border-color css
<style>
span { border-color: #A5E03F; }
span { border-color: rgb(165,224,63); }
td.TdClassName
{
border-color: #A5E03F;
}
.TagClassName
{
border-color: #A5E03F;
}
</style>