Shades of Atlantis #ADDD2F
Tints of Atlantis #ADDD2F
RGB
CMYK
RGB Variations
Color information
#ADDD2F (or 0xADDD2F) is known color: Atlantis. HEX triplet: AD, DD and 2F. RGB value is (173,221,47). Sum of RGB (Red+Green+Blue) = 173+221+47=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD2F is #5222D0. Grayscale: #BBBBBB. Windows color (decimal): -5382865 or 3136941. OLE color: 3136941.
HSL color Cylindrical-coordinate representation of color #ADDD2F: hue angle of 76.55º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADDD2F is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 47 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.13 |
| HSL | 76.55º | 0.72% | 0.53% | - |
| HSV(B) | 76.55º | 0.79% | 0.87% | - |
| XYZ | 43.6 | 60.8 | 12.13 | - |
| YUV | 186.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 47 | 0.22 | 0 | 0.79 | 0.13 | 76.55 | 0.72 | 0.53 |
| Hex | AD | DD | 2F | 16 | 0 | 4F | D | 4D | 48 | 35 |
| Octal | 255 | 335 | 57 | 26 | 0 | 117 | 15 | 115 | 110 | 65 |
| Binary | 10101101 | 11011101 | 101111 | 10110 | 0 | 1001111 | 1101 | 1001101 | 1001000 | 110101 |
Color Harmonies of #ADDD2F
Complementary color
Monochromatic Colors of #ADDD2F
Black with #ADDD2F
Text Example
Text Example
White with #ADDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD2F; }
p { color: rgb(173,221,47); }
H1.HeaderClassName
{
color: #ADDD2F;
}
.AnyTagClassName
{
color: #ADDD2F;
}
</style>
background-color css
<style>
a { background-color: #ADDD2F; }
a { background-color: rgb(173,221,47); }
div.DivClassName
{
background-color: #ADDD2F;
}
.BgClassName
{
background-color: #ADDD2F;
}
</style>
border-color css
<style>
span { border-color: #ADDD2F; }
span { border-color: rgb(173,221,47); }
td.TdClassName
{
border-color: #ADDD2F;
}
.TagClassName
{
border-color: #ADDD2F;
}
</style>