Shades of Atlantis #AED934
Tints of Atlantis #AED934
RGB
CMYK
RGB Variations
Color information
#AED934 (or 0xAED934) is known color: Atlantis. HEX triplet: AE, D9 and 34. RGB value is (174,217,52). Sum of RGB (Red+Green+Blue) = 174+217+52=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #AED934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED934 is #5126CB. Grayscale: #B9B9B9. Windows color (decimal): -5318348 or 3463598. OLE color: 3463598.
HSL color Cylindrical-coordinate representation of color #AED934: hue angle of 75.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AED934 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 52 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.15 |
| HSL | 75.64º | 0.68% | 0.53% | - |
| HSV(B) | 75.64º | 0.76% | 0.85% | - |
| XYZ | 42.89 | 58.87 | 12.35 | - |
| YUV | 185.33 | 52.75 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 52 | 0.20 | 0 | 0.76 | 0.15 | 75.64 | 0.68 | 0.53 |
| Hex | AE | D9 | 34 | 14 | 0 | 4C | F | 4C | 44 | 35 |
| Octal | 256 | 331 | 64 | 24 | 0 | 114 | 17 | 114 | 104 | 65 |
| Binary | 10101110 | 11011001 | 110100 | 10100 | 0 | 1001100 | 1111 | 1001100 | 1000100 | 110101 |
Color Harmonies of #AED934
Complementary color
Monochromatic Colors of #AED934
Black with #AED934
Text Example
Text Example
White with #AED934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED934; }
p { color: rgb(174,217,52); }
H1.HeaderClassName
{
color: #AED934;
}
.AnyTagClassName
{
color: #AED934;
}
</style>
background-color css
<style>
a { background-color: #AED934; }
a { background-color: rgb(174,217,52); }
div.DivClassName
{
background-color: #AED934;
}
.BgClassName
{
background-color: #AED934;
}
</style>
border-color css
<style>
span { border-color: #AED934; }
span { border-color: rgb(174,217,52); }
td.TdClassName
{
border-color: #AED934;
}
.TagClassName
{
border-color: #AED934;
}
</style>