Shades of Atlantis #AED03A
Tints of Atlantis #AED03A
RGB
CMYK
RGB Variations
Color information
#AED03A (or 0xAED03A) is known color: Atlantis. HEX triplet: AE, D0 and 3A. RGB value is (174,208,58). Sum of RGB (Red+Green+Blue) = 174+208+58=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #AED03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED03A is #512FC5. Grayscale: #B5B5B5. Windows color (decimal): -5320646 or 3854510. OLE color: 3854510.
HSL color Cylindrical-coordinate representation of color #AED03A: hue angle of 73.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AED03A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 58 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.18 |
| HSL | 73.6º | 0.61% | 0.52% | - |
| HSV(B) | 73.6º | 0.72% | 0.82% | - |
| XYZ | 40.78 | 54.42 | 12.36 | - |
| YUV | 180.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 58 | 0.16 | 0 | 0.72 | 0.18 | 73.6 | 0.61 | 0.52 |
| Hex | AE | D0 | 3A | 10 | 0 | 48 | 12 | 4A | 3D | 34 |
| Octal | 256 | 320 | 72 | 20 | 0 | 110 | 22 | 112 | 75 | 64 |
| Binary | 10101110 | 11010000 | 111010 | 10000 | 0 | 1001000 | 10010 | 1001010 | 111101 | 110100 |
Color Harmonies of #AED03A
Complementary color
Monochromatic Colors of #AED03A
Black with #AED03A
Text Example
Text Example
White with #AED03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED03A; }
p { color: rgb(174,208,58); }
H1.HeaderClassName
{
color: #AED03A;
}
.AnyTagClassName
{
color: #AED03A;
}
</style>
background-color css
<style>
a { background-color: #AED03A; }
a { background-color: rgb(174,208,58); }
div.DivClassName
{
background-color: #AED03A;
}
.BgClassName
{
background-color: #AED03A;
}
</style>
border-color css
<style>
span { border-color: #AED03A; }
span { border-color: rgb(174,208,58); }
td.TdClassName
{
border-color: #AED03A;
}
.TagClassName
{
border-color: #AED03A;
}
</style>