Shades of Atlantis #ADDF3A
Tints of Atlantis #ADDF3A
RGB
CMYK
RGB Variations
Color information
#ADDF3A (or 0xADDF3A) is known color: Atlantis. HEX triplet: AD, DF and 3A. RGB value is (173,223,58). Sum of RGB (Red+Green+Blue) = 173+223+58=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF3A is #5220C5. Grayscale: #BDBDBD. Windows color (decimal): -5382342 or 3858349. OLE color: 3858349.
HSL color Cylindrical-coordinate representation of color #ADDF3A: hue angle of 78.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADDF3A is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 58 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.13 |
| HSL | 78.18º | 0.72% | 0.55% | - |
| HSV(B) | 78.18º | 0.74% | 0.87% | - |
| XYZ | 44.38 | 61.97 | 13.62 | - |
| YUV | 189.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 58 | 0.22 | 0 | 0.74 | 0.13 | 78.18 | 0.72 | 0.55 |
| Hex | AD | DF | 3A | 16 | 0 | 4A | D | 4E | 48 | 37 |
| Octal | 255 | 337 | 72 | 26 | 0 | 112 | 15 | 116 | 110 | 67 |
| Binary | 10101101 | 11011111 | 111010 | 10110 | 0 | 1001010 | 1101 | 1001110 | 1001000 | 110111 |
Color Harmonies of #ADDF3A
Complementary color
Monochromatic Colors of #ADDF3A
Black with #ADDF3A
Text Example
Text Example
White with #ADDF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF3A; }
p { color: rgb(173,223,58); }
H1.HeaderClassName
{
color: #ADDF3A;
}
.AnyTagClassName
{
color: #ADDF3A;
}
</style>
background-color css
<style>
a { background-color: #ADDF3A; }
a { background-color: rgb(173,223,58); }
div.DivClassName
{
background-color: #ADDF3A;
}
.BgClassName
{
background-color: #ADDF3A;
}
</style>
border-color css
<style>
span { border-color: #ADDF3A; }
span { border-color: rgb(173,223,58); }
td.TdClassName
{
border-color: #ADDF3A;
}
.TagClassName
{
border-color: #ADDF3A;
}
</style>