Shades of Atlantis #ADDB3A
Tints of Atlantis #ADDB3A
RGB
CMYK
RGB Variations
Color information
#ADDB3A (or 0xADDB3A) is known color: Atlantis. HEX triplet: AD, DB and 3A. RGB value is (173,219,58). Sum of RGB (Red+Green+Blue) = 173+219+58=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB3A is #5224C5. Grayscale: #BBBBBB. Windows color (decimal): -5383366 or 3857325. OLE color: 3857325.
HSL color Cylindrical-coordinate representation of color #ADDB3A: hue angle of 77.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADDB3A is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 58 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.14 |
| HSL | 77.14º | 0.69% | 0.54% | - |
| HSV(B) | 77.14º | 0.74% | 0.86% | - |
| XYZ | 43.33 | 59.85 | 13.27 | - |
| YUV | 186.89 | 55.26 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 58 | 0.21 | 0 | 0.74 | 0.14 | 77.14 | 0.69 | 0.54 |
| Hex | AD | DB | 3A | 15 | 0 | 4A | E | 4D | 45 | 36 |
| Octal | 255 | 333 | 72 | 25 | 0 | 112 | 16 | 115 | 105 | 66 |
| Binary | 10101101 | 11011011 | 111010 | 10101 | 0 | 1001010 | 1110 | 1001101 | 1000101 | 110110 |
Color Harmonies of #ADDB3A
Complementary color
Monochromatic Colors of #ADDB3A
Black with #ADDB3A
Text Example
Text Example
White with #ADDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB3A; }
p { color: rgb(173,219,58); }
H1.HeaderClassName
{
color: #ADDB3A;
}
.AnyTagClassName
{
color: #ADDB3A;
}
</style>
background-color css
<style>
a { background-color: #ADDB3A; }
a { background-color: rgb(173,219,58); }
div.DivClassName
{
background-color: #ADDB3A;
}
.BgClassName
{
background-color: #ADDB3A;
}
</style>
border-color css
<style>
span { border-color: #ADDB3A; }
span { border-color: rgb(173,219,58); }
td.TdClassName
{
border-color: #ADDB3A;
}
.TagClassName
{
border-color: #ADDB3A;
}
</style>