Shades of Atlantis #ADD738
Tints of Atlantis #ADD738
RGB
CMYK
RGB Variations
Color information
#ADD738 (or 0xADD738) is known color: Atlantis. HEX triplet: AD, D7 and 38. RGB value is (173,215,56). Sum of RGB (Red+Green+Blue) = 173+215+56=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD738 is #5228C7. Grayscale: #B8B8B8. Windows color (decimal): -5384392 or 3725229. OLE color: 3725229.
HSL color Cylindrical-coordinate representation of color #ADD738: hue angle of 75.85º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADD738 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 56 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.16 |
| HSL | 75.85º | 0.67% | 0.53% | - |
| HSV(B) | 75.85º | 0.74% | 0.84% | - |
| XYZ | 42.25 | 57.77 | 12.67 | - |
| YUV | 184.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 56 | 0.20 | 0 | 0.74 | 0.16 | 75.85 | 0.67 | 0.53 |
| Hex | AD | D7 | 38 | 14 | 0 | 4A | 10 | 4C | 43 | 35 |
| Octal | 255 | 327 | 70 | 24 | 0 | 112 | 20 | 114 | 103 | 65 |
| Binary | 10101101 | 11010111 | 111000 | 10100 | 0 | 1001010 | 10000 | 1001100 | 1000011 | 110101 |
Color Harmonies of #ADD738
Complementary color
Monochromatic Colors of #ADD738
Black with #ADD738
Text Example
Text Example
White with #ADD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD738; }
p { color: rgb(173,215,56); }
H1.HeaderClassName
{
color: #ADD738;
}
.AnyTagClassName
{
color: #ADD738;
}
</style>
background-color css
<style>
a { background-color: #ADD738; }
a { background-color: rgb(173,215,56); }
div.DivClassName
{
background-color: #ADD738;
}
.BgClassName
{
background-color: #ADD738;
}
</style>
border-color css
<style>
span { border-color: #ADD738; }
span { border-color: rgb(173,215,56); }
td.TdClassName
{
border-color: #ADD738;
}
.TagClassName
{
border-color: #ADD738;
}
</style>