Shades of Atlantis #ADE232
Tints of Atlantis #ADE232
RGB
CMYK
RGB Variations
Color information
#ADE232 (or 0xADE232) is known color: Atlantis. HEX triplet: AD, E2 and 32. RGB value is (173,226,50). Sum of RGB (Red+Green+Blue) = 173+226+50=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE232 is #521DCD. Grayscale: #BEBEBE. Windows color (decimal): -5381582 or 3334829. OLE color: 3334829.
HSL color Cylindrical-coordinate representation of color #ADE232: hue angle of 78.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADE232 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 50 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.11 |
| HSL | 78.07º | 0.75% | 0.54% | - |
| HSV(B) | 78.07º | 0.78% | 0.89% | - |
| XYZ | 45.01 | 63.51 | 12.9 | - |
| YUV | 190.09 | 48.94 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 50 | 0.23 | 0 | 0.78 | 0.11 | 78.07 | 0.75 | 0.54 |
| Hex | AD | E2 | 32 | 17 | 0 | 4E | B | 4E | 4B | 36 |
| Octal | 255 | 342 | 62 | 27 | 0 | 116 | 13 | 116 | 113 | 66 |
| Binary | 10101101 | 11100010 | 110010 | 10111 | 0 | 1001110 | 1011 | 1001110 | 1001011 | 110110 |
Color Harmonies of #ADE232
Complementary color
Monochromatic Colors of #ADE232
Black with #ADE232
Text Example
Text Example
White with #ADE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE232; }
p { color: rgb(173,226,50); }
H1.HeaderClassName
{
color: #ADE232;
}
.AnyTagClassName
{
color: #ADE232;
}
</style>
background-color css
<style>
a { background-color: #ADE232; }
a { background-color: rgb(173,226,50); }
div.DivClassName
{
background-color: #ADE232;
}
.BgClassName
{
background-color: #ADE232;
}
</style>
border-color css
<style>
span { border-color: #ADE232; }
span { border-color: rgb(173,226,50); }
td.TdClassName
{
border-color: #ADE232;
}
.TagClassName
{
border-color: #ADE232;
}
</style>