Shades of Atlantis #AED935
Tints of Atlantis #AED935
RGB
CMYK
RGB Variations
Color information
#AED935 (or 0xAED935) is known color: Atlantis. HEX triplet: AE, D9 and 35. RGB value is (174,217,53). Sum of RGB (Red+Green+Blue) = 174+217+53=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #AED935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED935 is #5126CA. Grayscale: #BABABA. Windows color (decimal): -5318347 or 3529134. OLE color: 3529134.
HSL color Cylindrical-coordinate representation of color #AED935: hue angle of 75.73º 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 #AED935 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 53 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.15 |
| HSL | 75.73º | 0.68% | 0.53% | - |
| HSV(B) | 75.73º | 0.76% | 0.85% | - |
| XYZ | 42.91 | 58.88 | 12.47 | - |
| YUV | 185.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 53 | 0.20 | 0 | 0.76 | 0.15 | 75.73 | 0.68 | 0.53 |
| Hex | AE | D9 | 35 | 14 | 0 | 4C | F | 4C | 44 | 35 |
| Octal | 256 | 331 | 65 | 24 | 0 | 114 | 17 | 114 | 104 | 65 |
| Binary | 10101110 | 11011001 | 110101 | 10100 | 0 | 1001100 | 1111 | 1001100 | 1000100 | 110101 |
Color Harmonies of #AED935
Complementary color
Monochromatic Colors of #AED935
Black with #AED935
Text Example
Text Example
White with #AED935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED935; }
p { color: rgb(174,217,53); }
H1.HeaderClassName
{
color: #AED935;
}
.AnyTagClassName
{
color: #AED935;
}
</style>
background-color css
<style>
a { background-color: #AED935; }
a { background-color: rgb(174,217,53); }
div.DivClassName
{
background-color: #AED935;
}
.BgClassName
{
background-color: #AED935;
}
</style>
border-color css
<style>
span { border-color: #AED935; }
span { border-color: rgb(174,217,53); }
td.TdClassName
{
border-color: #AED935;
}
.TagClassName
{
border-color: #AED935;
}
</style>