Shades of Atlantis #ADDA3A
Tints of Atlantis #ADDA3A
RGB
CMYK
RGB Variations
Color information
#ADDA3A (or 0xADDA3A) is known color: Atlantis. HEX triplet: AD, DA and 3A. RGB value is (173,218,58). Sum of RGB (Red+Green+Blue) = 173+218+58=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA3A is #5225C5. Grayscale: #BABABA. Windows color (decimal): -5383622 or 3857069. OLE color: 3857069.
HSL color Cylindrical-coordinate representation of color #ADDA3A: hue angle of 76.88º 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 #ADDA3A is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 58 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.15 |
| HSL | 76.88º | 0.68% | 0.54% | - |
| HSV(B) | 76.88º | 0.73% | 0.85% | - |
| XYZ | 43.07 | 59.33 | 13.19 | - |
| YUV | 186.31 | 55.59 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 58 | 0.21 | 0 | 0.73 | 0.15 | 76.88 | 0.68 | 0.54 |
| Hex | AD | DA | 3A | 15 | 0 | 49 | F | 4D | 44 | 36 |
| Octal | 255 | 332 | 72 | 25 | 0 | 111 | 17 | 115 | 104 | 66 |
| Binary | 10101101 | 11011010 | 111010 | 10101 | 0 | 1001001 | 1111 | 1001101 | 1000100 | 110110 |
Color Harmonies of #ADDA3A
Complementary color
Monochromatic Colors of #ADDA3A
Black with #ADDA3A
Text Example
Text Example
White with #ADDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA3A; }
p { color: rgb(173,218,58); }
H1.HeaderClassName
{
color: #ADDA3A;
}
.AnyTagClassName
{
color: #ADDA3A;
}
</style>
background-color css
<style>
a { background-color: #ADDA3A; }
a { background-color: rgb(173,218,58); }
div.DivClassName
{
background-color: #ADDA3A;
}
.BgClassName
{
background-color: #ADDA3A;
}
</style>
border-color css
<style>
span { border-color: #ADDA3A; }
span { border-color: rgb(173,218,58); }
td.TdClassName
{
border-color: #ADDA3A;
}
.TagClassName
{
border-color: #ADDA3A;
}
</style>