Shades of Atlantis #A5E230
Tints of Atlantis #A5E230
RGB
CMYK
RGB Variations
Color information
#A5E230 (or 0xA5E230) is known color: Atlantis. HEX triplet: A5, E2 and 30. RGB value is (165,226,48). Sum of RGB (Red+Green+Blue) = 165+226+48=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E230 is #5A1DCF. Grayscale: #BCBCBC. Windows color (decimal): -5905872 or 3203749. OLE color: 3203749.
HSL color Cylindrical-coordinate representation of color #A5E230: hue angle of 80.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5E230 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 48 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.11 |
| HSL | 80.56º | 0.75% | 0.54% | - |
| HSV(B) | 80.56º | 0.79% | 0.89% | - |
| XYZ | 43.25 | 62.61 | 12.6 | - |
| YUV | 187.47 | 49.29 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 48 | 0.27 | 0 | 0.79 | 0.11 | 80.56 | 0.75 | 0.54 |
| Hex | A5 | E2 | 30 | 1B | 0 | 4F | B | 51 | 4B | 36 |
| Octal | 245 | 342 | 60 | 33 | 0 | 117 | 13 | 121 | 113 | 66 |
| Binary | 10100101 | 11100010 | 110000 | 11011 | 0 | 1001111 | 1011 | 1010001 | 1001011 | 110110 |
Color Harmonies of #A5E230
Complementary color
Monochromatic Colors of #A5E230
Black with #A5E230
Text Example
Text Example
White with #A5E230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E230; }
p { color: rgb(165,226,48); }
H1.HeaderClassName
{
color: #A5E230;
}
.AnyTagClassName
{
color: #A5E230;
}
</style>
background-color css
<style>
a { background-color: #A5E230; }
a { background-color: rgb(165,226,48); }
div.DivClassName
{
background-color: #A5E230;
}
.BgClassName
{
background-color: #A5E230;
}
</style>
border-color css
<style>
span { border-color: #A5E230; }
span { border-color: rgb(165,226,48); }
td.TdClassName
{
border-color: #A5E230;
}
.TagClassName
{
border-color: #A5E230;
}
</style>