Shades of Atlantis #ADD040
Tints of Atlantis #ADD040
RGB
CMYK
RGB Variations
Color information
#ADD040 (or 0xADD040) is known color: Atlantis. HEX triplet: AD, D0 and 40. RGB value is (173,208,64). Sum of RGB (Red+Green+Blue) = 173+208+64=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD040 is #522FBF. Grayscale: #B5B5B5. Windows color (decimal): -5386176 or 4247725. OLE color: 4247725.
HSL color Cylindrical-coordinate representation of color #ADD040: hue angle of 74.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD040 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 64 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.18 |
| HSL | 74.58º | 0.61% | 0.53% | - |
| HSV(B) | 74.58º | 0.69% | 0.82% | - |
| XYZ | 40.71 | 54.37 | 13.2 | - |
| YUV | 181.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 64 | 0.17 | 0 | 0.69 | 0.18 | 74.58 | 0.61 | 0.53 |
| Hex | AD | D0 | 40 | 11 | 0 | 45 | 12 | 4B | 3D | 35 |
| Octal | 255 | 320 | 100 | 21 | 0 | 105 | 22 | 113 | 75 | 65 |
| Binary | 10101101 | 11010000 | 1000000 | 10001 | 0 | 1000101 | 10010 | 1001011 | 111101 | 110101 |
Color Harmonies of #ADD040
Complementary color
Monochromatic Colors of #ADD040
Black with #ADD040
Text Example
Text Example
White with #ADD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD040; }
p { color: rgb(173,208,64); }
H1.HeaderClassName
{
color: #ADD040;
}
.AnyTagClassName
{
color: #ADD040;
}
</style>
background-color css
<style>
a { background-color: #ADD040; }
a { background-color: rgb(173,208,64); }
div.DivClassName
{
background-color: #ADD040;
}
.BgClassName
{
background-color: #ADD040;
}
</style>
border-color css
<style>
span { border-color: #ADD040; }
span { border-color: rgb(173,208,64); }
td.TdClassName
{
border-color: #ADD040;
}
.TagClassName
{
border-color: #ADD040;
}
</style>