Shades of Atlantis #AED235
Tints of Atlantis #AED235
RGB
CMYK
RGB Variations
Color information
#AED235 (or 0xAED235) is known color: Atlantis. HEX triplet: AE, D2 and 35. RGB value is (174,210,53). Sum of RGB (Red+Green+Blue) = 174+210+53=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #AED235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED235 is #512DCA. Grayscale: #B5B5B5. Windows color (decimal): -5320139 or 3527342. OLE color: 3527342.
HSL color Cylindrical-coordinate representation of color #AED235: hue angle of 73.76º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AED235 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 53 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.18 |
| HSL | 73.76º | 0.64% | 0.52% | - |
| HSV(B) | 73.76º | 0.75% | 0.82% | - |
| XYZ | 41.14 | 55.35 | 11.88 | - |
| YUV | 181.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 53 | 0.17 | 0 | 0.75 | 0.18 | 73.76 | 0.64 | 0.52 |
| Hex | AE | D2 | 35 | 11 | 0 | 4B | 12 | 4A | 40 | 34 |
| Octal | 256 | 322 | 65 | 21 | 0 | 113 | 22 | 112 | 100 | 64 |
| Binary | 10101110 | 11010010 | 110101 | 10001 | 0 | 1001011 | 10010 | 1001010 | 1000000 | 110100 |
Color Harmonies of #AED235
Complementary color
Monochromatic Colors of #AED235
Black with #AED235
Text Example
Text Example
White with #AED235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED235; }
p { color: rgb(174,210,53); }
H1.HeaderClassName
{
color: #AED235;
}
.AnyTagClassName
{
color: #AED235;
}
</style>
background-color css
<style>
a { background-color: #AED235; }
a { background-color: rgb(174,210,53); }
div.DivClassName
{
background-color: #AED235;
}
.BgClassName
{
background-color: #AED235;
}
</style>
border-color css
<style>
span { border-color: #AED235; }
span { border-color: rgb(174,210,53); }
td.TdClassName
{
border-color: #AED235;
}
.TagClassName
{
border-color: #AED235;
}
</style>