Shades of Atlantis #ADE132
Tints of Atlantis #ADE132
RGB
CMYK
RGB Variations
Color information
#ADE132 (or 0xADE132) is known color: Atlantis. HEX triplet: AD, E1 and 32. RGB value is (173,225,50). Sum of RGB (Red+Green+Blue) = 173+225+50=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE132 is #521ECD. Grayscale: #BEBEBE. Windows color (decimal): -5381838 or 3334573. OLE color: 3334573.
HSL color Cylindrical-coordinate representation of color #ADE132: hue angle of 77.83º degrees, saturation: 0.74, 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 #ADE132 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 50 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.12 |
| HSL | 77.83º | 0.74% | 0.54% | - |
| HSV(B) | 77.83º | 0.78% | 0.88% | - |
| XYZ | 44.73 | 62.96 | 12.81 | - |
| YUV | 189.5 | 49.27 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 50 | 0.23 | 0 | 0.78 | 0.12 | 77.83 | 0.74 | 0.54 |
| Hex | AD | E1 | 32 | 17 | 0 | 4E | C | 4E | 4A | 36 |
| Octal | 255 | 341 | 62 | 27 | 0 | 116 | 14 | 116 | 112 | 66 |
| Binary | 10101101 | 11100001 | 110010 | 10111 | 0 | 1001110 | 1100 | 1001110 | 1001010 | 110110 |
Color Harmonies of #ADE132
Complementary color
Monochromatic Colors of #ADE132
Black with #ADE132
Text Example
Text Example
White with #ADE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE132; }
p { color: rgb(173,225,50); }
H1.HeaderClassName
{
color: #ADE132;
}
.AnyTagClassName
{
color: #ADE132;
}
</style>
background-color css
<style>
a { background-color: #ADE132; }
a { background-color: rgb(173,225,50); }
div.DivClassName
{
background-color: #ADE132;
}
.BgClassName
{
background-color: #ADE132;
}
</style>
border-color css
<style>
span { border-color: #ADE132; }
span { border-color: rgb(173,225,50); }
td.TdClassName
{
border-color: #ADE132;
}
.TagClassName
{
border-color: #ADE132;
}
</style>