Shades of Atlantis #ADE131
Tints of Atlantis #ADE131
RGB
CMYK
RGB Variations
Color information
#ADE131 (or 0xADE131) is known color: Atlantis. HEX triplet: AD, E1 and 31. RGB value is (173,225,49). Sum of RGB (Red+Green+Blue) = 173+225+49=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE131 is #521ECE. Grayscale: #BEBEBE. Windows color (decimal): -5381839 or 3269037. OLE color: 3269037.
HSL color Cylindrical-coordinate representation of color #ADE131: hue angle of 77.73º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADE131 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 49 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.12 |
| HSL | 77.73º | 0.75% | 0.54% | - |
| HSV(B) | 77.73º | 0.78% | 0.88% | - |
| XYZ | 44.71 | 62.96 | 12.7 | - |
| YUV | 189.39 | 48.77 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 49 | 0.23 | 0 | 0.78 | 0.12 | 77.73 | 0.75 | 0.54 |
| Hex | AD | E1 | 31 | 17 | 0 | 4E | C | 4E | 4B | 36 |
| Octal | 255 | 341 | 61 | 27 | 0 | 116 | 14 | 116 | 113 | 66 |
| Binary | 10101101 | 11100001 | 110001 | 10111 | 0 | 1001110 | 1100 | 1001110 | 1001011 | 110110 |
Color Harmonies of #ADE131
Complementary color
Monochromatic Colors of #ADE131
Black with #ADE131
Text Example
Text Example
White with #ADE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE131; }
p { color: rgb(173,225,49); }
H1.HeaderClassName
{
color: #ADE131;
}
.AnyTagClassName
{
color: #ADE131;
}
</style>
background-color css
<style>
a { background-color: #ADE131; }
a { background-color: rgb(173,225,49); }
div.DivClassName
{
background-color: #ADE131;
}
.BgClassName
{
background-color: #ADE131;
}
</style>
border-color css
<style>
span { border-color: #ADE131; }
span { border-color: rgb(173,225,49); }
td.TdClassName
{
border-color: #ADE131;
}
.TagClassName
{
border-color: #ADE131;
}
</style>