Shades of Atlantis #ADD141
Tints of Atlantis #ADD141
RGB
CMYK
RGB Variations
Color information
#ADD141 (or 0xADD141) is known color: Atlantis. HEX triplet: AD, D1 and 41. RGB value is (173,209,65). Sum of RGB (Red+Green+Blue) = 173+209+65=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD141 is #522EBE. Grayscale: #B6B6B6. Windows color (decimal): -5385919 or 4313517. OLE color: 4313517.
HSL color Cylindrical-coordinate representation of color #ADD141: hue angle of 75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD141 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 65 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.18 |
| HSL | 75º | 0.61% | 0.54% | - |
| HSV(B) | 75º | 0.69% | 0.82% | - |
| XYZ | 40.99 | 54.87 | 13.43 | - |
| YUV | 181.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 65 | 0.17 | 0 | 0.69 | 0.18 | 75 | 0.61 | 0.54 |
| Hex | AD | D1 | 41 | 11 | 0 | 45 | 12 | 4B | 3D | 36 |
| Octal | 255 | 321 | 101 | 21 | 0 | 105 | 22 | 113 | 75 | 66 |
| Binary | 10101101 | 11010001 | 1000001 | 10001 | 0 | 1000101 | 10010 | 1001011 | 111101 | 110110 |
Color Harmonies of #ADD141
Complementary color
Monochromatic Colors of #ADD141
Black with #ADD141
Text Example
Text Example
White with #ADD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD141; }
p { color: rgb(173,209,65); }
H1.HeaderClassName
{
color: #ADD141;
}
.AnyTagClassName
{
color: #ADD141;
}
</style>
background-color css
<style>
a { background-color: #ADD141; }
a { background-color: rgb(173,209,65); }
div.DivClassName
{
background-color: #ADD141;
}
.BgClassName
{
background-color: #ADD141;
}
</style>
border-color css
<style>
span { border-color: #ADD141; }
span { border-color: rgb(173,209,65); }
td.TdClassName
{
border-color: #ADD141;
}
.TagClassName
{
border-color: #ADD141;
}
</style>