Shades of Atlantis #ADD142
Tints of Atlantis #ADD142
RGB
CMYK
RGB Variations
Color information
#ADD142 (or 0xADD142) is known color: Atlantis. HEX triplet: AD, D1 and 42. RGB value is (173,209,66). Sum of RGB (Red+Green+Blue) = 173+209+66=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD142 is #522EBD. Grayscale: #B6B6B6. Windows color (decimal): -5385918 or 4379053. OLE color: 4379053.
HSL color Cylindrical-coordinate representation of color #ADD142: hue angle of 75.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD142 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 66 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.18 |
| HSL | 75.1º | 0.61% | 0.54% | - |
| HSV(B) | 75.1º | 0.68% | 0.82% | - |
| XYZ | 41.02 | 54.88 | 13.59 | - |
| YUV | 181.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 66 | 0.17 | 0 | 0.68 | 0.18 | 75.1 | 0.61 | 0.54 |
| Hex | AD | D1 | 42 | 11 | 0 | 44 | 12 | 4B | 3D | 36 |
| Octal | 255 | 321 | 102 | 21 | 0 | 104 | 22 | 113 | 75 | 66 |
| Binary | 10101101 | 11010001 | 1000010 | 10001 | 0 | 1000100 | 10010 | 1001011 | 111101 | 110110 |
Color Harmonies of #ADD142
Complementary color
Monochromatic Colors of #ADD142
Black with #ADD142
Text Example
Text Example
White with #ADD142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD142; }
p { color: rgb(173,209,66); }
H1.HeaderClassName
{
color: #ADD142;
}
.AnyTagClassName
{
color: #ADD142;
}
</style>
background-color css
<style>
a { background-color: #ADD142; }
a { background-color: rgb(173,209,66); }
div.DivClassName
{
background-color: #ADD142;
}
.BgClassName
{
background-color: #ADD142;
}
</style>
border-color css
<style>
span { border-color: #ADD142; }
span { border-color: rgb(173,209,66); }
td.TdClassName
{
border-color: #ADD142;
}
.TagClassName
{
border-color: #ADD142;
}
</style>