Shades of Atlantis #ADD539
Tints of Atlantis #ADD539
RGB
CMYK
RGB Variations
Color information
#ADD539 (or 0xADD539) is known color: Atlantis. HEX triplet: AD, D5 and 39. RGB value is (173,213,57). Sum of RGB (Red+Green+Blue) = 173+213+57=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD539 is #522AC6. Grayscale: #B7B7B7. Windows color (decimal): -5384903 or 3790253. OLE color: 3790253.
HSL color Cylindrical-coordinate representation of color #ADD539: hue angle of 75.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADD539 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 57 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.16 |
| HSL | 75.38º | 0.65% | 0.53% | - |
| HSV(B) | 75.38º | 0.73% | 0.84% | - |
| XYZ | 41.77 | 56.77 | 12.63 | - |
| YUV | 183.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 57 | 0.19 | 0 | 0.73 | 0.16 | 75.38 | 0.65 | 0.53 |
| Hex | AD | D5 | 39 | 13 | 0 | 49 | 10 | 4B | 41 | 35 |
| Octal | 255 | 325 | 71 | 23 | 0 | 111 | 20 | 113 | 101 | 65 |
| Binary | 10101101 | 11010101 | 111001 | 10011 | 0 | 1001001 | 10000 | 1001011 | 1000001 | 110101 |
Color Harmonies of #ADD539
Complementary color
Monochromatic Colors of #ADD539
Black with #ADD539
Text Example
Text Example
White with #ADD539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD539; }
p { color: rgb(173,213,57); }
H1.HeaderClassName
{
color: #ADD539;
}
.AnyTagClassName
{
color: #ADD539;
}
</style>
background-color css
<style>
a { background-color: #ADD539; }
a { background-color: rgb(173,213,57); }
div.DivClassName
{
background-color: #ADD539;
}
.BgClassName
{
background-color: #ADD539;
}
</style>
border-color css
<style>
span { border-color: #ADD539; }
span { border-color: rgb(173,213,57); }
td.TdClassName
{
border-color: #ADD539;
}
.TagClassName
{
border-color: #ADD539;
}
</style>