Shades of Atlantis #ADE331
Tints of Atlantis #ADE331
RGB
CMYK
RGB Variations
Color information
#ADE331 (or 0xADE331) is known color: Atlantis. HEX triplet: AD, E3 and 31. RGB value is (173,227,49). Sum of RGB (Red+Green+Blue) = 173+227+49=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE331 is #521CCE. Grayscale: #BFBFBF. Windows color (decimal): -5381327 or 3269549. OLE color: 3269549.
HSL color Cylindrical-coordinate representation of color #ADE331: hue angle of 78.2º degrees, saturation: 0.76, 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 #ADE331 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.11 |
| HSL | 78.2º | 0.76% | 0.54% | - |
| HSV(B) | 78.2º | 0.78% | 0.89% | - |
| XYZ | 45.26 | 64.04 | 12.88 | - |
| YUV | 190.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 49 | 0.24 | 0 | 0.78 | 0.11 | 78.2 | 0.76 | 0.54 |
| Hex | AD | E3 | 31 | 18 | 0 | 4E | B | 4E | 4C | 36 |
| Octal | 255 | 343 | 61 | 30 | 0 | 116 | 13 | 116 | 114 | 66 |
| Binary | 10101101 | 11100011 | 110001 | 11000 | 0 | 1001110 | 1011 | 1001110 | 1001100 | 110110 |
Color Harmonies of #ADE331
Complementary color
Monochromatic Colors of #ADE331
Black with #ADE331
Text Example
Text Example
White with #ADE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE331; }
p { color: rgb(173,227,49); }
H1.HeaderClassName
{
color: #ADE331;
}
.AnyTagClassName
{
color: #ADE331;
}
</style>
background-color css
<style>
a { background-color: #ADE331; }
a { background-color: rgb(173,227,49); }
div.DivClassName
{
background-color: #ADE331;
}
.BgClassName
{
background-color: #ADE331;
}
</style>
border-color css
<style>
span { border-color: #ADE331; }
span { border-color: rgb(173,227,49); }
td.TdClassName
{
border-color: #ADE331;
}
.TagClassName
{
border-color: #ADE331;
}
</style>