Shades of Atlantis #AED736
Tints of Atlantis #AED736
RGB
CMYK
RGB Variations
Color information
#AED736 (or 0xAED736) is known color: Atlantis. HEX triplet: AE, D7 and 36. RGB value is (174,215,54). Sum of RGB (Red+Green+Blue) = 174+215+54=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #AED736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED736 is #5128C9. Grayscale: #B8B8B8. Windows color (decimal): -5318858 or 3594158. OLE color: 3594158.
HSL color Cylindrical-coordinate representation of color #AED736: hue angle of 75.28º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AED736 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 54 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.16 |
| HSL | 75.28º | 0.67% | 0.53% | - |
| HSV(B) | 75.28º | 0.75% | 0.84% | - |
| XYZ | 42.42 | 57.87 | 12.42 | - |
| YUV | 184.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 54 | 0.19 | 0 | 0.75 | 0.16 | 75.28 | 0.67 | 0.53 |
| Hex | AE | D7 | 36 | 13 | 0 | 4B | 10 | 4B | 43 | 35 |
| Octal | 256 | 327 | 66 | 23 | 0 | 113 | 20 | 113 | 103 | 65 |
| Binary | 10101110 | 11010111 | 110110 | 10011 | 0 | 1001011 | 10000 | 1001011 | 1000011 | 110101 |
Color Harmonies of #AED736
Complementary color
Monochromatic Colors of #AED736
Black with #AED736
Text Example
Text Example
White with #AED736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED736; }
p { color: rgb(174,215,54); }
H1.HeaderClassName
{
color: #AED736;
}
.AnyTagClassName
{
color: #AED736;
}
</style>
background-color css
<style>
a { background-color: #AED736; }
a { background-color: rgb(174,215,54); }
div.DivClassName
{
background-color: #AED736;
}
.BgClassName
{
background-color: #AED736;
}
</style>
border-color css
<style>
span { border-color: #AED736; }
span { border-color: rgb(174,215,54); }
td.TdClassName
{
border-color: #AED736;
}
.TagClassName
{
border-color: #AED736;
}
</style>