Shades of Atlantis #A5E23F
Tints of Atlantis #A5E23F
RGB
CMYK
RGB Variations
Color information
#A5E23F (or 0xA5E23F) is known color: Atlantis. HEX triplet: A5, E2 and 3F. RGB value is (165,226,63). Sum of RGB (Red+Green+Blue) = 165+226+63=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E23F is #5A1DC0. Grayscale: #BDBDBD. Windows color (decimal): -5905857 or 4186789. OLE color: 4186789.
HSL color Cylindrical-coordinate representation of color #A5E23F: hue angle of 82.45º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5E23F is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 63 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.11 |
| HSL | 82.45º | 0.74% | 0.57% | - |
| HSV(B) | 82.45º | 0.72% | 0.89% | - |
| XYZ | 43.61 | 62.75 | 14.52 | - |
| YUV | 189.18 | 56.79 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 63 | 0.27 | 0 | 0.72 | 0.11 | 82.45 | 0.74 | 0.57 |
| Hex | A5 | E2 | 3F | 1B | 0 | 48 | B | 52 | 4A | 39 |
| Octal | 245 | 342 | 77 | 33 | 0 | 110 | 13 | 122 | 112 | 71 |
| Binary | 10100101 | 11100010 | 111111 | 11011 | 0 | 1001000 | 1011 | 1010010 | 1001010 | 111001 |
Color Harmonies of #A5E23F
Complementary color
Monochromatic Colors of #A5E23F
Black with #A5E23F
Text Example
Text Example
White with #A5E23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E23F; }
p { color: rgb(165,226,63); }
H1.HeaderClassName
{
color: #A5E23F;
}
.AnyTagClassName
{
color: #A5E23F;
}
</style>
background-color css
<style>
a { background-color: #A5E23F; }
a { background-color: rgb(165,226,63); }
div.DivClassName
{
background-color: #A5E23F;
}
.BgClassName
{
background-color: #A5E23F;
}
</style>
border-color css
<style>
span { border-color: #A5E23F; }
span { border-color: rgb(165,226,63); }
td.TdClassName
{
border-color: #A5E23F;
}
.TagClassName
{
border-color: #A5E23F;
}
</style>