Shades of Atlantis #ADD935
Tints of Atlantis #ADD935
RGB
CMYK
RGB Variations
Color information
#ADD935 (or 0xADD935) is known color: Atlantis. HEX triplet: AD, D9 and 35. RGB value is (173,217,53). Sum of RGB (Red+Green+Blue) = 173+217+53=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD935 is #5226CA. Grayscale: #B9B9B9. Windows color (decimal): -5383883 or 3529133. OLE color: 3529133.
HSL color Cylindrical-coordinate representation of color #ADD935: hue angle of 76.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADD935 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 53 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.15 |
| HSL | 76.1º | 0.68% | 0.53% | - |
| HSV(B) | 76.1º | 0.76% | 0.85% | - |
| XYZ | 42.69 | 58.77 | 12.46 | - |
| YUV | 185.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 53 | 0.20 | 0 | 0.76 | 0.15 | 76.1 | 0.68 | 0.53 |
| Hex | AD | D9 | 35 | 14 | 0 | 4C | F | 4C | 44 | 35 |
| Octal | 255 | 331 | 65 | 24 | 0 | 114 | 17 | 114 | 104 | 65 |
| Binary | 10101101 | 11011001 | 110101 | 10100 | 0 | 1001100 | 1111 | 1001100 | 1000100 | 110101 |
Color Harmonies of #ADD935
Complementary color
Monochromatic Colors of #ADD935
Black with #ADD935
Text Example
Text Example
White with #ADD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD935; }
p { color: rgb(173,217,53); }
H1.HeaderClassName
{
color: #ADD935;
}
.AnyTagClassName
{
color: #ADD935;
}
</style>
background-color css
<style>
a { background-color: #ADD935; }
a { background-color: rgb(173,217,53); }
div.DivClassName
{
background-color: #ADD935;
}
.BgClassName
{
background-color: #ADD935;
}
</style>
border-color css
<style>
span { border-color: #ADD935; }
span { border-color: rgb(173,217,53); }
td.TdClassName
{
border-color: #ADD935;
}
.TagClassName
{
border-color: #ADD935;
}
</style>