Shades of Atlantis #A3DD3B
Tints of Atlantis #A3DD3B
RGB
CMYK
RGB Variations
Color information
#A3DD3B (or 0xA3DD3B) is known color: Atlantis. HEX triplet: A3, DD and 3B. RGB value is (163,221,59). Sum of RGB (Red+Green+Blue) = 163+221+59=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD3B is #5C22C4. Grayscale: #B9B9B9. Windows color (decimal): -6038213 or 3923363. OLE color: 3923363.
HSL color Cylindrical-coordinate representation of color #A3DD3B: hue angle of 81.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3DD3B is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 59 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.13 |
| HSL | 81.48º | 0.7% | 0.55% | - |
| HSV(B) | 81.48º | 0.73% | 0.87% | - |
| XYZ | 41.75 | 59.82 | 13.48 | - |
| YUV | 185.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 59 | 0.26 | 0 | 0.73 | 0.13 | 81.48 | 0.7 | 0.55 |
| Hex | A3 | DD | 3B | 1A | 0 | 49 | D | 51 | 46 | 37 |
| Octal | 243 | 335 | 73 | 32 | 0 | 111 | 15 | 121 | 106 | 67 |
| Binary | 10100011 | 11011101 | 111011 | 11010 | 0 | 1001001 | 1101 | 1010001 | 1000110 | 110111 |
Color Harmonies of #A3DD3B
Complementary color
Monochromatic Colors of #A3DD3B
Black with #A3DD3B
Text Example
Text Example
White with #A3DD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD3B; }
p { color: rgb(163,221,59); }
H1.HeaderClassName
{
color: #A3DD3B;
}
.AnyTagClassName
{
color: #A3DD3B;
}
</style>
background-color css
<style>
a { background-color: #A3DD3B; }
a { background-color: rgb(163,221,59); }
div.DivClassName
{
background-color: #A3DD3B;
}
.BgClassName
{
background-color: #A3DD3B;
}
</style>
border-color css
<style>
span { border-color: #A3DD3B; }
span { border-color: rgb(163,221,59); }
td.TdClassName
{
border-color: #A3DD3B;
}
.TagClassName
{
border-color: #A3DD3B;
}
</style>