Shades of Atlantis #ADD138
Tints of Atlantis #ADD138
RGB
CMYK
RGB Variations
Color information
#ADD138 (or 0xADD138) is known color: Atlantis. HEX triplet: AD, D1 and 38. RGB value is (173,209,56). Sum of RGB (Red+Green+Blue) = 173+209+56=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD138 is #522EC7. Grayscale: #B5B5B5. Windows color (decimal): -5385928 or 3723693. OLE color: 3723693.
HSL color Cylindrical-coordinate representation of color #ADD138: hue angle of 74.12º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADD138 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 56 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.18 |
| HSL | 74.12º | 0.62% | 0.52% | - |
| HSV(B) | 74.12º | 0.73% | 0.82% | - |
| XYZ | 40.75 | 54.77 | 12.17 | - |
| YUV | 180.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 56 | 0.17 | 0 | 0.73 | 0.18 | 74.12 | 0.62 | 0.52 |
| Hex | AD | D1 | 38 | 11 | 0 | 49 | 12 | 4A | 3E | 34 |
| Octal | 255 | 321 | 70 | 21 | 0 | 111 | 22 | 112 | 76 | 64 |
| Binary | 10101101 | 11010001 | 111000 | 10001 | 0 | 1001001 | 10010 | 1001010 | 111110 | 110100 |
Color Harmonies of #ADD138
Complementary color
Monochromatic Colors of #ADD138
Black with #ADD138
Text Example
Text Example
White with #ADD138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD138; }
p { color: rgb(173,209,56); }
H1.HeaderClassName
{
color: #ADD138;
}
.AnyTagClassName
{
color: #ADD138;
}
</style>
background-color css
<style>
a { background-color: #ADD138; }
a { background-color: rgb(173,209,56); }
div.DivClassName
{
background-color: #ADD138;
}
.BgClassName
{
background-color: #ADD138;
}
</style>
border-color css
<style>
span { border-color: #ADD138; }
span { border-color: rgb(173,209,56); }
td.TdClassName
{
border-color: #ADD138;
}
.TagClassName
{
border-color: #ADD138;
}
</style>