Shades of Atlantis #AED239
Tints of Atlantis #AED239
RGB
CMYK
RGB Variations
Color information
#AED239 (or 0xAED239) is known color: Atlantis. HEX triplet: AE, D2 and 39. RGB value is (174,210,57). Sum of RGB (Red+Green+Blue) = 174+210+57=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #AED239 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED239 is #512DC6. Grayscale: #B6B6B6. Windows color (decimal): -5320135 or 3789486. OLE color: 3789486.
HSL color Cylindrical-coordinate representation of color #AED239: hue angle of 74.12º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AED239 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 57 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.18 |
| HSL | 74.12º | 0.63% | 0.52% | - |
| HSV(B) | 74.12º | 0.73% | 0.82% | - |
| XYZ | 41.24 | 55.39 | 12.39 | - |
| YUV | 181.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 57 | 0.17 | 0 | 0.73 | 0.18 | 74.12 | 0.63 | 0.52 |
| Hex | AE | D2 | 39 | 11 | 0 | 49 | 12 | 4A | 3F | 34 |
| Octal | 256 | 322 | 71 | 21 | 0 | 111 | 22 | 112 | 77 | 64 |
| Binary | 10101110 | 11010010 | 111001 | 10001 | 0 | 1001001 | 10010 | 1001010 | 111111 | 110100 |
Color Harmonies of #AED239
Complementary color
Monochromatic Colors of #AED239
Black with #AED239
Text Example
Text Example
White with #AED239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED239; }
p { color: rgb(174,210,57); }
H1.HeaderClassName
{
color: #AED239;
}
.AnyTagClassName
{
color: #AED239;
}
</style>
background-color css
<style>
a { background-color: #AED239; }
a { background-color: rgb(174,210,57); }
div.DivClassName
{
background-color: #AED239;
}
.BgClassName
{
background-color: #AED239;
}
</style>
border-color css
<style>
span { border-color: #AED239; }
span { border-color: rgb(174,210,57); }
td.TdClassName
{
border-color: #AED239;
}
.TagClassName
{
border-color: #AED239;
}
</style>