Shades of Atlantis #ADD93B
Tints of Atlantis #ADD93B
RGB
CMYK
RGB Variations
Color information
#ADD93B (or 0xADD93B) is known color: Atlantis. HEX triplet: AD, D9 and 3B. RGB value is (173,217,59). Sum of RGB (Red+Green+Blue) = 173+217+59=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD93B is #5226C4. Grayscale: #BABABA. Windows color (decimal): -5383877 or 3922349. OLE color: 3922349.
HSL color Cylindrical-coordinate representation of color #ADD93B: hue angle of 76.71º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADD93B is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 59 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.15 |
| HSL | 76.71º | 0.68% | 0.54% | - |
| HSV(B) | 76.71º | 0.73% | 0.85% | - |
| XYZ | 42.84 | 58.83 | 13.23 | - |
| YUV | 185.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 59 | 0.20 | 0 | 0.73 | 0.15 | 76.71 | 0.68 | 0.54 |
| Hex | AD | D9 | 3B | 14 | 0 | 49 | F | 4D | 44 | 36 |
| Octal | 255 | 331 | 73 | 24 | 0 | 111 | 17 | 115 | 104 | 66 |
| Binary | 10101101 | 11011001 | 111011 | 10100 | 0 | 1001001 | 1111 | 1001101 | 1000100 | 110110 |
Color Harmonies of #ADD93B
Complementary color
Monochromatic Colors of #ADD93B
Black with #ADD93B
Text Example
Text Example
White with #ADD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD93B; }
p { color: rgb(173,217,59); }
H1.HeaderClassName
{
color: #ADD93B;
}
.AnyTagClassName
{
color: #ADD93B;
}
</style>
background-color css
<style>
a { background-color: #ADD93B; }
a { background-color: rgb(173,217,59); }
div.DivClassName
{
background-color: #ADD93B;
}
.BgClassName
{
background-color: #ADD93B;
}
</style>
border-color css
<style>
span { border-color: #ADD93B; }
span { border-color: rgb(173,217,59); }
td.TdClassName
{
border-color: #ADD93B;
}
.TagClassName
{
border-color: #ADD93B;
}
</style>