Shades of Atlantis #ADE538
Tints of Atlantis #ADE538
RGB
CMYK
RGB Variations
Color information
#ADE538 (or 0xADE538) is known color: Atlantis. HEX triplet: AD, E5 and 38. RGB value is (173,229,56). Sum of RGB (Red+Green+Blue) = 173+229+56=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE538 is #521AC7. Grayscale: #C1C1C1. Windows color (decimal): -5380808 or 3728813. OLE color: 3728813.
HSL color Cylindrical-coordinate representation of color #ADE538: hue angle of 79.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADE538 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 56 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.10 |
| HSL | 79.42º | 0.77% | 0.56% | - |
| HSV(B) | 79.42º | 0.76% | 0.9% | - |
| XYZ | 45.97 | 65.21 | 13.91 | - |
| YUV | 192.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 56 | 0.24 | 0 | 0.76 | 0.10 | 79.42 | 0.77 | 0.56 |
| Hex | AD | E5 | 38 | 18 | 0 | 4C | A | 4F | 4D | 38 |
| Octal | 255 | 345 | 70 | 30 | 0 | 114 | 12 | 117 | 115 | 70 |
| Binary | 10101101 | 11100101 | 111000 | 11000 | 0 | 1001100 | 1010 | 1001111 | 1001101 | 111000 |
Color Harmonies of #ADE538
Complementary color
Monochromatic Colors of #ADE538
Black with #ADE538
Text Example
Text Example
White with #ADE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE538; }
p { color: rgb(173,229,56); }
H1.HeaderClassName
{
color: #ADE538;
}
.AnyTagClassName
{
color: #ADE538;
}
</style>
background-color css
<style>
a { background-color: #ADE538; }
a { background-color: rgb(173,229,56); }
div.DivClassName
{
background-color: #ADE538;
}
.BgClassName
{
background-color: #ADE538;
}
</style>
border-color css
<style>
span { border-color: #ADE538; }
span { border-color: rgb(173,229,56); }
td.TdClassName
{
border-color: #ADE538;
}
.TagClassName
{
border-color: #ADE538;
}
</style>