Shades of Atlantis #ADD838
Tints of Atlantis #ADD838
RGB
CMYK
RGB Variations
Color information
#ADD838 (or 0xADD838) is known color: Atlantis. HEX triplet: AD, D8 and 38. RGB value is (173,216,56). Sum of RGB (Red+Green+Blue) = 173+216+56=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD838 is #5227C7. Grayscale: #B9B9B9. Windows color (decimal): -5384136 or 3725485. OLE color: 3725485.
HSL color Cylindrical-coordinate representation of color #ADD838: hue angle of 76.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADD838 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 56 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.15 |
| HSL | 76.13º | 0.67% | 0.53% | - |
| HSV(B) | 76.13º | 0.74% | 0.85% | - |
| XYZ | 42.5 | 58.28 | 12.75 | - |
| YUV | 184.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 56 | 0.20 | 0 | 0.74 | 0.15 | 76.13 | 0.67 | 0.53 |
| Hex | AD | D8 | 38 | 14 | 0 | 4A | F | 4C | 43 | 35 |
| Octal | 255 | 330 | 70 | 24 | 0 | 112 | 17 | 114 | 103 | 65 |
| Binary | 10101101 | 11011000 | 111000 | 10100 | 0 | 1001010 | 1111 | 1001100 | 1000011 | 110101 |
Color Harmonies of #ADD838
Complementary color
Monochromatic Colors of #ADD838
Black with #ADD838
Text Example
Text Example
White with #ADD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD838; }
p { color: rgb(173,216,56); }
H1.HeaderClassName
{
color: #ADD838;
}
.AnyTagClassName
{
color: #ADD838;
}
</style>
background-color css
<style>
a { background-color: #ADD838; }
a { background-color: rgb(173,216,56); }
div.DivClassName
{
background-color: #ADD838;
}
.BgClassName
{
background-color: #ADD838;
}
</style>
border-color css
<style>
span { border-color: #ADD838; }
span { border-color: rgb(173,216,56); }
td.TdClassName
{
border-color: #ADD838;
}
.TagClassName
{
border-color: #ADD838;
}
</style>