Shades of Atlantis #ADD939
Tints of Atlantis #ADD939
RGB
CMYK
RGB Variations
Color information
#ADD939 (or 0xADD939) is known color: Atlantis. HEX triplet: AD, D9 and 39. RGB value is (173,217,57). Sum of RGB (Red+Green+Blue) = 173+217+57=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD939 is #5226C6. Grayscale: #BABABA. Windows color (decimal): -5383879 or 3791277. OLE color: 3791277.
HSL color Cylindrical-coordinate representation of color #ADD939: hue angle of 76.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADD939 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 57 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.15 |
| HSL | 76.5º | 0.68% | 0.54% | - |
| HSV(B) | 76.5º | 0.74% | 0.85% | - |
| XYZ | 42.78 | 58.81 | 12.97 | - |
| YUV | 185.6 | 55.42 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 57 | 0.20 | 0 | 0.74 | 0.15 | 76.5 | 0.68 | 0.54 |
| Hex | AD | D9 | 39 | 14 | 0 | 4A | F | 4C | 44 | 36 |
| Octal | 255 | 331 | 71 | 24 | 0 | 112 | 17 | 114 | 104 | 66 |
| Binary | 10101101 | 11011001 | 111001 | 10100 | 0 | 1001010 | 1111 | 1001100 | 1000100 | 110110 |
Color Harmonies of #ADD939
Complementary color
Monochromatic Colors of #ADD939
Black with #ADD939
Text Example
Text Example
White with #ADD939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD939; }
p { color: rgb(173,217,57); }
H1.HeaderClassName
{
color: #ADD939;
}
.AnyTagClassName
{
color: #ADD939;
}
</style>
background-color css
<style>
a { background-color: #ADD939; }
a { background-color: rgb(173,217,57); }
div.DivClassName
{
background-color: #ADD939;
}
.BgClassName
{
background-color: #ADD939;
}
</style>
border-color css
<style>
span { border-color: #ADD939; }
span { border-color: rgb(173,217,57); }
td.TdClassName
{
border-color: #ADD939;
}
.TagClassName
{
border-color: #ADD939;
}
</style>