Shades of Atlantis #ADDF2F
Tints of Atlantis #ADDF2F
RGB
CMYK
RGB Variations
Color information
#ADDF2F (or 0xADDF2F) is known color: Atlantis. HEX triplet: AD, DF and 2F. RGB value is (173,223,47). Sum of RGB (Red+Green+Blue) = 173+223+47=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF2F is #5220D0. Grayscale: #BCBCBC. Windows color (decimal): -5382353 or 3137453. OLE color: 3137453.
HSL color Cylindrical-coordinate representation of color #ADDF2F: hue angle of 77.05º degrees, saturation: 0.73, 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 #ADDF2F is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 47 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.13 |
| HSL | 77.05º | 0.73% | 0.53% | - |
| HSV(B) | 77.05º | 0.79% | 0.87% | - |
| XYZ | 44.13 | 61.86 | 12.3 | - |
| YUV | 187.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 47 | 0.22 | 0 | 0.79 | 0.13 | 77.05 | 0.73 | 0.53 |
| Hex | AD | DF | 2F | 16 | 0 | 4F | D | 4D | 49 | 35 |
| Octal | 255 | 337 | 57 | 26 | 0 | 117 | 15 | 115 | 111 | 65 |
| Binary | 10101101 | 11011111 | 101111 | 10110 | 0 | 1001111 | 1101 | 1001101 | 1001001 | 110101 |
Color Harmonies of #ADDF2F
Complementary color
Monochromatic Colors of #ADDF2F
Black with #ADDF2F
Text Example
Text Example
White with #ADDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF2F; }
p { color: rgb(173,223,47); }
H1.HeaderClassName
{
color: #ADDF2F;
}
.AnyTagClassName
{
color: #ADDF2F;
}
</style>
background-color css
<style>
a { background-color: #ADDF2F; }
a { background-color: rgb(173,223,47); }
div.DivClassName
{
background-color: #ADDF2F;
}
.BgClassName
{
background-color: #ADDF2F;
}
</style>
border-color css
<style>
span { border-color: #ADDF2F; }
span { border-color: rgb(173,223,47); }
td.TdClassName
{
border-color: #ADDF2F;
}
.TagClassName
{
border-color: #ADDF2F;
}
</style>