Shades of Atlantis #ADD13E
Tints of Atlantis #ADD13E
RGB
CMYK
RGB Variations
Color information
#ADD13E (or 0xADD13E) is known color: Atlantis. HEX triplet: AD, D1 and 3E. RGB value is (173,209,62). Sum of RGB (Red+Green+Blue) = 173+209+62=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD13E is #522EC1. Grayscale: #B6B6B6. Windows color (decimal): -5385922 or 4116909. OLE color: 4116909.
HSL color Cylindrical-coordinate representation of color #ADD13E: hue angle of 74.69º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADD13E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 62 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.18 |
| HSL | 74.69º | 0.62% | 0.53% | - |
| HSV(B) | 74.69º | 0.7% | 0.82% | - |
| XYZ | 40.9 | 54.83 | 12.99 | - |
| YUV | 181.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 62 | 0.17 | 0 | 0.70 | 0.18 | 74.69 | 0.62 | 0.53 |
| Hex | AD | D1 | 3E | 11 | 0 | 46 | 12 | 4B | 3E | 35 |
| Octal | 255 | 321 | 76 | 21 | 0 | 106 | 22 | 113 | 76 | 65 |
| Binary | 10101101 | 11010001 | 111110 | 10001 | 0 | 1000110 | 10010 | 1001011 | 111110 | 110101 |
Color Harmonies of #ADD13E
Complementary color
Monochromatic Colors of #ADD13E
Black with #ADD13E
Text Example
Text Example
White with #ADD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD13E; }
p { color: rgb(173,209,62); }
H1.HeaderClassName
{
color: #ADD13E;
}
.AnyTagClassName
{
color: #ADD13E;
}
</style>
background-color css
<style>
a { background-color: #ADD13E; }
a { background-color: rgb(173,209,62); }
div.DivClassName
{
background-color: #ADD13E;
}
.BgClassName
{
background-color: #ADD13E;
}
</style>
border-color css
<style>
span { border-color: #ADD13E; }
span { border-color: rgb(173,209,62); }
td.TdClassName
{
border-color: #ADD13E;
}
.TagClassName
{
border-color: #ADD13E;
}
</style>