Shades of Atlantis #AED93A
Tints of Atlantis #AED93A
RGB
CMYK
RGB Variations
Color information
#AED93A (or 0xAED93A) is known color: Atlantis. HEX triplet: AE, D9 and 3A. RGB value is (174,217,58). Sum of RGB (Red+Green+Blue) = 174+217+58=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #AED93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED93A is #5126C5. Grayscale: #BABABA. Windows color (decimal): -5318342 or 3856814. OLE color: 3856814.
HSL color Cylindrical-coordinate representation of color #AED93A: hue angle of 76.23º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AED93A is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 58 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.15 |
| HSL | 76.23º | 0.68% | 0.54% | - |
| HSV(B) | 76.23º | 0.73% | 0.85% | - |
| XYZ | 43.03 | 58.93 | 13.11 | - |
| YUV | 186.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 58 | 0.20 | 0 | 0.73 | 0.15 | 76.23 | 0.68 | 0.54 |
| Hex | AE | D9 | 3A | 14 | 0 | 49 | F | 4C | 44 | 36 |
| Octal | 256 | 331 | 72 | 24 | 0 | 111 | 17 | 114 | 104 | 66 |
| Binary | 10101110 | 11011001 | 111010 | 10100 | 0 | 1001001 | 1111 | 1001100 | 1000100 | 110110 |
Color Harmonies of #AED93A
Complementary color
Monochromatic Colors of #AED93A
Black with #AED93A
Text Example
Text Example
White with #AED93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED93A; }
p { color: rgb(174,217,58); }
H1.HeaderClassName
{
color: #AED93A;
}
.AnyTagClassName
{
color: #AED93A;
}
</style>
background-color css
<style>
a { background-color: #AED93A; }
a { background-color: rgb(174,217,58); }
div.DivClassName
{
background-color: #AED93A;
}
.BgClassName
{
background-color: #AED93A;
}
</style>
border-color css
<style>
span { border-color: #AED93A; }
span { border-color: rgb(174,217,58); }
td.TdClassName
{
border-color: #AED93A;
}
.TagClassName
{
border-color: #AED93A;
}
</style>